Skip to content

Commit

Permalink
refactor: simplify glob
Browse files Browse the repository at this point in the history
  • Loading branch information
sparten11740 authored and ChALkeR committed Oct 24, 2024
1 parent e7eb500 commit 04cfb87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"test:bun": "EXODUS_TEST_ENGINE=bun:pure EXODUS_TEST_IGNORE='tests/jest-extended/**' npm run test",
"test:hermes": "EXODUS_TEST_ENGINE=hermes:bundle EXODUS_TEST_IGNORE='tests/{{jest-extended,inband}/**,jest-when/when.test.*,jest/jest.{mock,resetModules}.*}' npm run test",
"test:fetch": "./bin/index.js --jest --drop-network --engine node:pure tests/fetch.test.js tests/websocket.test.js",
"test:jsdom": "EXODUS_TEST_JEST_CONFIG='{\"testMatch\":[\"**/**.jsdom-test.js\"],\"testEnvironment\":\"jsdom\", \"rootDir\": \".\"}' ./bin/index.js --jest",
"test:jsdom": "EXODUS_TEST_JEST_CONFIG='{\"testMatch\":[\"**/*.jsdom-test.js\"],\"testEnvironment\":\"jsdom\", \"rootDir\": \".\"}' ./bin/index.js --jest",
"coverage": "./bin/index.js --jest --esbuild --coverage",
"lint": "prettier --list-different . && eslint .",
"lint:fix": "prettier --write . && eslint --fix ."
Expand Down

0 comments on commit 04cfb87

Please sign in to comment.