Skip to content

Commit

Permalink
test, refactor: remove unused test file.
Browse files Browse the repository at this point in the history
  • Loading branch information
xicilion committed Jan 15, 2024
1 parent 159805c commit f66e5a9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 4 additions & 2 deletions test/main.js
Expand Up @@ -56,7 +56,6 @@ run("./mq_test.js");
run("./gui_test.js");
run("./registry_test.js");
run("./uuid_test.js");
run("./gd_test.js");
run("./zlib_test.js");
run("./unzip_test.js");
run("./ws_test.js");
Expand All @@ -80,6 +79,9 @@ run("./v8_test.js");
run("./getter_throw.js")

run("./internal_test/helpers.js")
run("./opt_tools_test/index.js")

if (process.env.CI) {
run("./opt_tools_test/index.js")
}

test.run();
6 changes: 2 additions & 4 deletions test/opt_tools_test/index.js
@@ -1,9 +1,7 @@
var test = require("test");
test.setup();

if (process.env.CI) {
require('./install_from_pkgjson');
require('./install_raw');
}
require('./install_from_pkgjson');
require('./install_raw');

require.main === module && test.run(console.DEBUG);

0 comments on commit f66e5a9

Please sign in to comment.