Skip to content

Commit cd52d8a

Browse files
committed
fix(forms): disabled form tests on cjs until fakeAsync is fixed
1 parent a9d6fd9 commit cd52d8a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/broccoli/trees/node_tree.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ module.exports = function makeNodeTree(destinationPath) {
2323
// the following code and tests are not compatible with CJS/node environment
2424
'angular2/test/core/zone/**',
2525
'angular2/test/test_lib/fake_async_spec.ts',
26-
'angular2/test/services/xhr_impl_spec.ts'
26+
'angular2/test/services/xhr_impl_spec.ts',
27+
'angular2/test/forms/**'
2728
]
2829
});
2930

0 commit comments

Comments
 (0)