We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9d6fd9 commit cd52d8aCopy full SHA for cd52d8a
tools/broccoli/trees/node_tree.ts
@@ -23,7 +23,8 @@ module.exports = function makeNodeTree(destinationPath) {
23
// the following code and tests are not compatible with CJS/node environment
24
'angular2/test/core/zone/**',
25
'angular2/test/test_lib/fake_async_spec.ts',
26
- 'angular2/test/services/xhr_impl_spec.ts'
+ 'angular2/test/services/xhr_impl_spec.ts',
27
+ 'angular2/test/forms/**'
28
]
29
});
30
0 commit comments