fix(forms): disabled form tests on cjs until fakeAsync is fixed
This commit is contained in:
parent
a9d6fd9afa
commit
cd52d8a3be
|
@ -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/**'
|
||||||
]
|
]
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue