Add test-suite using SlimerJS
This commit is contained in:
+4
-1
@@ -81,6 +81,9 @@ if (require.main === module) {
|
||||
});
|
||||
}
|
||||
|
||||
module.exports = runTests;
|
||||
module.exports = {
|
||||
runTests: runTests,
|
||||
listen: listen
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user