chore(build): run forms tests in Node

Closes #1565
This commit is contained in:
Marc Laval
2015-04-28 00:23:39 +02:00
parent e3c11045bf
commit a51a5c2968
3 changed files with 8 additions and 8 deletions

View File

@ -23,8 +23,7 @@ module.exports = function makeNodeTree(destinationPath) {
exclude: [
// the following code and tests are not compatible with CJS/node environment
'angular2/src/core/zone/vm_turn_zone.es6',
'angular2/test/core/zone/**',
'angular2/test/forms/integration_spec.js'
'angular2/test/core/zone/**'
]
});