Skip to content

Commit

Permalink
Update browsers test config
Browse files Browse the repository at this point in the history
  • Loading branch information
hieu-w committed Jan 2, 2025
1 parent 01a1e8f commit 90b8254
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
"lint:ts": "eslint --fix 'src/**/*.ts'",
"prepack": "npm run build",
"test": "npm run test:node && npm run test:browsers",
"test:node": "vitest run --config test/config/node.config.mts --coverage",
"test:chrome": "vitest run --config test/config/chrome.config.mts --coverage",
"test:firefox": "vitest run --config test/config/firefox.config.mts --coverage",
"test:safari": "vitest run --config test/config/safari.config.mts --coverage",
"test:node": "vitest run --config test/configs/node.config.mts --coverage",
"test:chrome": "vitest run --config test/configs/chrome.config.mts --coverage",
"test:firefox": "vitest run --config test/configs/firefox.config.mts --coverage",
"test:safari": "vitest run --config test/configs/safari.config.mts --coverage",
"test:browsers": "npm run test:chrome && npm run test:firefox && npm run test:safari",
"prepare": "husky"
},
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 90b8254

Please sign in to comment.