Skip to content
This repository has been archived by the owner on Jun 15, 2024. It is now read-only.

Commit

Permalink
chore: disable watchman when running Jest tests
Browse files Browse the repository at this point in the history
  • Loading branch information
drichar committed Dec 24, 2023
1 parent ebcd21d commit d8ebcc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/use-wallet-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"scripts": {
"build": "tsup",
"start": "tsup src/index.ts --watch",
"test": "node --experimental-vm-modules --no-warnings=ExperimentalWarning node_modules/jest/bin/jest.js",
"test": "node --experimental-vm-modules --no-warnings=ExperimentalWarning node_modules/jest/bin/jest.js --no-watchman",
"lint": "eslint -c '../../.eslintrc.json' '**/*.{js,ts}'",
"prettier": "prettier --check '**/*.{js,ts}'",
"typecheck": "tsc --noEmit"
Expand Down

0 comments on commit d8ebcc5

Please sign in to comment.