Skip to content

Commit

Permalink
Run tests in extensions as commonjs tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aeschli committed Jan 24, 2016
1 parent 9aa135b commit 1a73167
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion test/all.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ function main() {
}));
} else {
loadTasks.push(loadClientTests);
loadTasks.push(loadPluginTests);
//loadTasks.push(loadPluginTests);
}

async.parallel(loadTasks, function (err) {
Expand Down
1 change: 1 addition & 0 deletions test/mocha.opts
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
--ui tdd
--reporter dot
test/all.js
extensions/**/test/*.test.js

0 comments on commit 1a73167

Please sign in to comment.