chore(build): run application tests in Node

Closes #1423
This commit is contained in:
Marc Laval
2015-04-16 18:44:34 +02:00
parent fbd6851860
commit aabe83cf63
3 changed files with 15 additions and 9 deletions

View File

@ -214,7 +214,6 @@ var CONFIG = {
}
};
CONFIG.test.js.cjs = CONFIG.test.js.cjs.map(function(s) {return CONFIG.dest.js.cjs + s});
CONFIG.test.js.cjs.push('!**/core/application_spec.js'); //Disabled in nodejs because it relies on Zone.js
CONFIG.test.js.cjs.push('!**/core/zone/vm_turn_zone_spec.js'); //Disabled in nodejs because it relies on Zone.js
CONFIG.test.js.cjs.push('!**/render/dom/events/event_manager_spec.js'); //Disabled in nodejs because it relies on DOM events