Skip to content

Commit

Permalink
fix test script not found
Browse files Browse the repository at this point in the history
  • Loading branch information
dmail committed Oct 3, 2023
1 parent 9ca26f3 commit b23b82d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions packages/github-pull-request-check/scripts/test.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
import { executeTestPlan, nodeWorkerThread } from "@jsenv/test";

await executeTestPlan({
rootDirectoryUrl: new URL("../", import.meta.url),
testPlan: {
"tests/**/*.test.mjs": {
node: {
runtime: nodeWorkerThread(),
},
},
},
logShortForCompletedExecutions: true,
});

0 comments on commit b23b82d

Please sign in to comment.