Skip to content

Commit

Permalink
Remove e2e test script
Browse files Browse the repository at this point in the history
  • Loading branch information
nazarhussain committed Dec 21, 2023
1 parent 8d06345 commit ecf0d65
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
"test:browsers:chrome": "vitest --run --browser chrome --config ./vitest.browser.config.ts --dir test/unit",
"test:browsers:firefox": "vitest --run --browser firefox --config ./vitest.browser.config.ts --dir test/unit",
"test:browsers:electron": "echo 'Electron tests will be introduced back in the future as soon vitest supports electron.'",
"test:e2e": "LODESTAR_PRESET=minimal vitest --run --poolOptions.threads.singleThread true --dir test/e2e",
"check-readme": "typescript-docs-verifier"
},
"types": "lib/index.d.ts",
Expand Down

0 comments on commit ecf0d65

Please sign in to comment.