From cd52d8a3be32e5ae6b06fe0f0e7d4c9089ecb829 Mon Sep 17 00:00:00 2001 From: vsavkin Date: Sat, 30 May 2015 11:56:38 -0700 Subject: [PATCH] fix(forms): disabled form tests on cjs until fakeAsync is fixed --- tools/broccoli/trees/node_tree.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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/**' ] });