Skip to content

Commit

Permalink
Update npm scripts for unit test directory configs.
Browse files Browse the repository at this point in the history
  • Loading branch information
shammowla committed Dec 5, 2024
1 parent d844a97 commit 92ce354
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
"prepare": "husky",
"prepush-msg": "echo 'Running pre-push scripts...' && exit 0",
"sandbox": "./scripts/buildExtensionManifest.mjs && reactor-sandbox",
"test:unit": "vitest run",
"test:watch": "vitest",
"test:unit": "vitest --config ./vitest.config.js run",
"test:watch": "vitest --config ./vitest.config.js",
"test:coverage": "vitest run --coverage",
"test:unit:watch:chrome": "vitest --environment jsdom",
"test:unit:watch:chrome": "vitest --config ./vitest.config.js --environment jsdom",
"test:functional": "npm run build && testcafe chrome --esm test/functional/specs",
"test:functional:component": "npm run build:componentFixtures && testcafe --esm chrome test/functional/specs/component",
"test:functional:runtime": "npm-run-all -p build:alloy build:lib && testcafe --esm chrome test/functional/specs/runtime",
Expand Down

0 comments on commit 92ce354

Please sign in to comment.