refactor (test/test_lib): Ts'ifying test/test_lib

Translates AtScript files in test/test_lib to TypeScript.

Closes #2183
This commit is contained in:
Ian Riley
2015-05-27 09:53:37 -07:00
committed by Tobias Bosch
parent 8ce0a67c81
commit ebe1e73b1a
4 changed files with 306 additions and 325 deletions

View File

@ -22,7 +22,7 @@ module.exports = function makeNodeTree(destinationPath) {
exclude: [
// the following code and tests are not compatible with CJS/node environment
'angular2/test/core/zone/**',
'angular2/test/test_lib/fake_async_spec.js',
'angular2/test/test_lib/fake_async_spec.ts',
'angular2/test/services/xhr_impl_spec.ts'
]
});