Skip to content

Commit

Permalink
chore: update test script to use vitest
Browse files Browse the repository at this point in the history
  • Loading branch information
moldy530 committed Jul 23, 2024
1 parent b6ab7d4 commit d396483
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 @@ -3,7 +3,7 @@
"type": "module",
"private": true,
"engines": {
"node": ">=20"
"node": ">=18.16"
},
"workspaces": [
"aa-sdk/*",
Expand All @@ -25,7 +25,7 @@
"build:examples": "lerna run build",
"clean": "lerna run clean",
"docs:gen": "lerna run docs:gen",
"test": "lerna run --verbose test:run",
"test": "is-ci && vitest run || vitest dev",
"test:e2e": "lerna run --verbose test:run-e2e --concurrency=1 --ignore=@alchemy/aa-signers",
"lint:write": "eslint . --fix && yarn docs:gen && prettier --write --ignore-unknown .",
"lint:check": "eslint . && prettier --check .",
Expand Down

0 comments on commit d396483

Please sign in to comment.