Skip to content

Commit

Permalink
chore: Add support for ESM in jest (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
gethinwebster authored Aug 22, 2024
1 parent d7a5c3c commit acc9a5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"postbuild:focus-visible": "cp ./src/internal/focus-visible/index.scss lib/internal/focus-visible",
"test-pages": "vite --config ./test-pages/vite.config.mts",
"test:unit": "jest -c jest.unit.config.js",
"test:integ": "jest -c jest.integ.config.js",
"test:integ": "NODE_OPTIONS=\"$NODE_OPTIONS --experimental-vm-modules\" jest -c jest.integ.config.js",
"test": "npm run test:unit && npm-run-all -r -p test-pages test:integ",
"lint": "eslint --ignore-path .gitignore --ext ts,tsx,js .",
"prepare": "husky"
Expand Down

0 comments on commit acc9a5f

Please sign in to comment.