fix(XHRImpl): fix errors, add a spec

fixes #1715
This commit is contained in:
Victor Berchet
2015-05-19 19:27:03 +02:00
parent ec90fcd290
commit 91ccc9af98
7 changed files with 59 additions and 10 deletions
+2 -1
View File
@@ -22,7 +22,8 @@ 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.js',
'angular2/test/services/xhr_impl_spec.js'
]
});