Add test-suite using SlimerJS

This commit is contained in:
tsauerwein
2015-04-02 12:11:03 +02:00
parent 28a13e3b26
commit 8e0c21eb58
13 changed files with 394 additions and 26 deletions
+4 -1
View File
@@ -81,6 +81,9 @@ if (require.main === module) {
});
}
module.exports = runTests;
module.exports = {
runTests: runTests,
listen: listen
};