Skip to content

Commit

Permalink
Remove some leftovers from tests cleanup (#7078)
Browse files Browse the repository at this point in the history
  • Loading branch information
cknitt authored Oct 5, 2024
1 parent e405fba commit f41b822
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 25 deletions.
2 changes: 0 additions & 2 deletions scripts/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ const { exec } = require("../tests/build_tests/utils.js");

let ounitTest = false;
let mochaTest = false;
let nodeTest = false;
let bsbTest = false;
let formatTest = false;

Expand All @@ -33,7 +32,6 @@ if (process.argv.includes("-format")) {
if (process.argv.includes("-all")) {
ounitTest = true;
mochaTest = true;
nodeTest = true;
bsbTest = true;
formatTest = true;
}
Expand Down
2 changes: 0 additions & 2 deletions tests/tests/src/node_test.js

This file was deleted.

21 changes: 0 additions & 21 deletions tests/tests/src/node_test_util.js

This file was deleted.

0 comments on commit f41b822

Please sign in to comment.