Skip to content

Commit

Permalink
added files that will be introduced in PR #32
Browse files Browse the repository at this point in the history
  • Loading branch information
Soreloser2 committed Feb 13, 2023
1 parent 00c29c1 commit 3ec15de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/run.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const path = require("path");
const fs = require("fs");

// don't want to recursively run this file
const excluded_test_files = ["run.js"];
const excluded_test_files = ["run.js", "package.json", "utils.js"];
// should be run from the repo root dir
const testDir = path.join(process.cwd(), 'test');

Expand Down

0 comments on commit 3ec15de

Please sign in to comment.