提交 1a731677 编写于 作者: M Martin Aeschlimann

Run tests in extensions as commonjs tests

上级 9aa135b2
......@@ -142,7 +142,7 @@ function main() {
}));
} else {
loadTasks.push(loadClientTests);
loadTasks.push(loadPluginTests);
//loadTasks.push(loadPluginTests);
}
async.parallel(loadTasks, function (err) {
......
......@@ -2,3 +2,4 @@
--ui tdd
--reporter dot
test/all.js
extensions/**/test/*.test.js
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册