Run tests in extensions as commonjs tests

This commit is contained in:
Martin Aeschlimann 2016-01-24 21:21:36 +01:00
parent 9aa135b2ab
commit 1a7316771f
2 changed files with 2 additions and 1 deletions

View file

@ -142,7 +142,7 @@ function main() {
}));
} else {
loadTasks.push(loadClientTests);
loadTasks.push(loadPluginTests);
//loadTasks.push(loadPluginTests);
}
async.parallel(loadTasks, function (err) {

View file

@ -2,3 +2,4 @@
--ui tdd
--reporter dot
test/all.js
extensions/**/test/*.test.js