Skip to content

Commit

Permalink
Test glob
Browse files Browse the repository at this point in the history
  • Loading branch information
JrMasterModelBuilder committed Nov 19, 2023
1 parent cd8240c commit eb9a9aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
"test-legacy:esm": "node -r source-map-support/register --test esm",
"test-legacy:cjs": "node -r source-map-support/register --test cjs",
"test-legacy": "npm run test-legacy:esm && npm run test-legacy:cjs",
"test:esm": "node -r source-map-support/register --test 'esm/**/*.mjs'",
"test:cjs": "node -r source-map-support/register --test 'cjs/**/*.js'",
"test:esm": "node -r source-map-support/register --test 'esm/**/*.test.mjs'",
"test:cjs": "node -r source-map-support/register --test 'cjs/**/*.test.js'",
"test": "npm run test:esm && npm run test:cjs",
"all-legacy:esm": "npm run clean && npm run build:esm && npm run test-legacy:esm && npm run lint && npm run formatted",
"all-legacy:cjs": "npm run clean && npm run build:cjs && npm run test-legacy:cjs && npm run lint && npm run formatted",
Expand Down

0 comments on commit eb9a9aa

Please sign in to comment.