fix(forms): disabled form tests on cjs until fakeAsync is fixed

This commit is contained in:
vsavkin 2015-05-30 11:56:38 -07:00
parent a9d6fd9afa
commit cd52d8a3be
1 changed files with 2 additions and 1 deletions

View File

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