diff --git a/tools/broccoli/trees/node_tree.ts b/tools/broccoli/trees/node_tree.ts index 1a3c4bf751..8d93b2a9a0 100644 --- a/tools/broccoli/trees/node_tree.ts +++ b/tools/broccoli/trees/node_tree.ts @@ -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/**' ] });