chore: enable the compiler_cli tests again.

Closes #8864
This commit is contained in:
Tobias Bosch 2016-05-26 13:16:53 -07:00
parent f93512bf27
commit 8e38291156
2 changed files with 4 additions and 9 deletions

View File

@ -5,7 +5,7 @@ set -e -o pipefail
cd $(dirname $0)
cd $(pwd)/../../..
export NODE_PATH=$NODE_PATH:$(pwd)/dist/all:$(pwd)/dist/tools
readonly TESTDIR="modules/@angular/compiler_cli/integrationtest"
rm $TESTDIR/src/*.{ngfactory,css.shim}.ts
node dist/all/@angular/compiler_cli/src/main -p $TESTDIR
readonly TESTDIR="@angular/compiler_cli/integrationtest"
rm -f modules/$TESTDIR/src/*.{ngfactory,css.shim}.ts
node dist/all/@angular/compiler_cli/src/main -p modules/$TESTDIR
node dist/tools/cjs-jasmine -- $TESTDIR/**/*_spec.js

View File

@ -19,10 +19,5 @@
"paths": {
"@angular/*": ["../../../../dist/all/@angular/*"]
}
},
"files": [
"src/bootstrap.ts",
"typings.d.ts"
]
}
}