fix: add typescript test for our typings (#9096)

* Revert "fix(d.ts): enable angular2 compilation with TS flag --strictNullChecks (#8902)"

This reverts commit 7e352a27f7.

* test: add typescript test for our typings
This commit is contained in:
Miško Hevery
2016-06-08 16:06:23 -07:00
parent 50acb96130
commit 87d824e1b4
7 changed files with 83 additions and 2 deletions

View File

@ -9,6 +9,7 @@ cd `dirname $0`
source ./env.sh
cd ../..
$(npm bin)/tsc -v
$(npm bin)/tsc -p tools
cp tools/@angular/tsc-wrapped/package.json dist/tools/@angular/tsc-wrapped
node dist/tools/@angular/tsc-wrapped/src/main -p modules

View File

@ -23,6 +23,7 @@ echo 'travis_fold:end:test.buildPackages'
./scripts/ci-lite/offline_compiler_test.sh
./tools/typings-test/test.sh
echo 'travis_fold:start:test.e2e.localChrome'
cd dist/