Move more files to test/unit

This commit is contained in:
Alex Dima
2020-02-07 12:21:30 +01:00
parent 4afd61c29f
commit 2e7c169024
4 changed files with 8 additions and 4 deletions

View File

@@ -166,7 +166,7 @@ function main() {
}
if (process.argv.some(function (a) { return /^--browser/.test(a); })) {
require('../../browser');
require('./browser');
} else {
main();
}