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

Translates AtScript files in test/services to TypeScript

Closes #2193
This commit is contained in:
Ian Riley
2015-05-27 13:48:24 -07:00
committed by Tobias Bosch
parent c065fb1422
commit 8ce0a67c81
8 changed files with 138 additions and 133 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ module.exports = function makeNodeTree(destinationPath) {
// 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/services/xhr_impl_spec.js'
'angular2/test/services/xhr_impl_spec.ts'
]
});