Skip to content

Commit 0a97f0b

Browse files
committed
build(js.cjs): re-enable tests that now pass in cjs
previously these tests were failing but now they pass on master
1 parent 8a5cf89 commit 0a97f0b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tools/broccoli/trees/node_tree.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,9 @@ module.exports = function makeNodeTree(destinationPath) {
2121
var modulesTree = new Funnel('modules', {
2222
include: ['angular2/**', 'benchpress/**', 'rtts_assert/**', '**/e2e_test/**'],
2323
exclude: [
24+
// the following code and tests are not compatible with CJS/node environment
2425
'angular2/src/core/zone/vm_turn_zone.es6',
25-
'angular2/test/core/application_spec.js',
26-
'angular2/test/core/testability/**',
2726
'angular2/test/core/zone/**',
28-
'angular2/test/render/**',
2927
'angular2/test/forms/integration_spec.js'
3028
]
3129
});

0 commit comments

Comments
 (0)