Skip to content

Commit

Permalink
test: enable esm for jest
Browse files Browse the repository at this point in the history
  • Loading branch information
xstelea committed Feb 9, 2023
1 parent 3f4c598 commit 84547f1
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 @@ -32,8 +32,8 @@
"dev": "vite serve examples",
"build": "tsc && vite build",
"prepare": "npx husky install",
"test": "jest",
"test:watch": "jest --watch"
"test": "node --experimental-vm-modules node_modules/.bin/jest",
"test:watch": "node --experimental-vm-modules node_modules/.bin/jest --watch"
},
"dependencies": {
"@radixdlt/connect-button": "0.11.0-alpha.8",
Expand Down

0 comments on commit 84547f1

Please sign in to comment.