build(js.cjs): re-enable tests that now pass in cjs

previously these tests were failing but now they pass on master
This commit is contained in:
Igor Minar 2015-04-26 18:04:45 -07:00
parent 8a5cf896d0
commit 0a97f0b645
1 changed files with 1 additions and 3 deletions

View File

@ -21,11 +21,9 @@ module.exports = function makeNodeTree(destinationPath) {
var modulesTree = new Funnel('modules', {
include: ['angular2/**', 'benchpress/**', 'rtts_assert/**', '**/e2e_test/**'],
exclude: [
// the following code and tests are not compatible with CJS/node environment
'angular2/src/core/zone/vm_turn_zone.es6',
'angular2/test/core/application_spec.js',
'angular2/test/core/testability/**',
'angular2/test/core/zone/**',
'angular2/test/render/**',
'angular2/test/forms/integration_spec.js'
]
});