mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
fix(forms): disabled form tests on cjs until fakeAsync is fixed
This commit is contained in:
parent
a9d6fd9afa
commit
cd52d8a3be
1 changed files with 2 additions and 1 deletions
|
|
@ -23,7 +23,8 @@ 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.ts',
|
||||
'angular2/test/services/xhr_impl_spec.ts'
|
||||
'angular2/test/services/xhr_impl_spec.ts',
|
||||
'angular2/test/forms/**'
|
||||
]
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue