Add support to switch tsc version at testing

This commit is contained in:
vvakame
2013-11-22 12:32:18 +09:00
committed by Masahiro Wakame
parent 4fde2ac723
commit 9b7dba0e10
7 changed files with 66 additions and 33 deletions
+1 -1
View File
@@ -2,6 +2,6 @@
"name": "DefinitelyTyped",
"version": "0.0.0",
"scripts": {
"test": "node ./_infrastructure/tests/runner.js"
"test": "node ./_infrastructure/tests/runner.js --tsc-version 0.9.1.1"
}
}