Skip to content

Commit

Permalink
chore: revert the unintended change to package.json tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kanej committed Jun 19, 2024
1 parent c57056d commit a3ca97a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions v-next/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
"lint:fix": "pnpm prettier --write && pnpm eslint --fix",
"eslint": "eslint \"src/**/*.ts\" \"test/**/*.ts\"",
"prettier": "prettier \"**/*.{ts,js,md,json}\"",
"test": "node --import tsx/esm --test --test-reporter=@nomicfoundation/hardhat-node-test-reporter test/**/*.ts",
"test:only": "node --import tsx/esm --test --test-only --test-reporter=@nomicfoundation/hardhat-node-test-reporter test/**/*.ts",
"test:coverage": "c8 --reporter html --reporter text --all --src src --exclude src/types node --import tsx/esm --test --test-reporter=@nomicfoundation/hardhat-node-test-reporter test/**/*.ts",
"test": "node --import tsx/esm --test --test-reporter=@nomicfoundation/hardhat-node-test-reporter \"test/**/*.ts\"",
"test:only": "node --import tsx/esm --test --test-only --test-reporter=@nomicfoundation/hardhat-node-test-reporter \"test/**/*.ts\"",
"test:coverage": "c8 --reporter html --reporter text --all --src src --exclude src/types node --import tsx/esm --test --test-reporter=@nomicfoundation/hardhat-node-test-reporter \"test/**/*.ts\"",
"pretest": "pnpm build",
"build": "tsc --build .",
"prepublishOnly": "pnpm build",
Expand Down

0 comments on commit a3ca97a

Please sign in to comment.