Skip to content

Commit

Permalink
chore: update to use watch
Browse files Browse the repository at this point in the history
  • Loading branch information
unional committed Dec 11, 2022
1 parent d297b7b commit 585c2a4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion jest.config.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/** @type {import('jest').Config} */
export default {
preset: '@repobuddy/jest/presets/ts',
preset: '@repobuddy/jest/presets/ts-esm-watch',
modulePathIgnorePatterns: [
'<rootDir>/ts/types',
'<rootDir>/ts/type-checker'
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,9 @@
"release": "semantic-release",
"size": "size-limit",
"test": "jest",
"test:watch": "jest --watch",
"verify": "npm-run-all clean -p build depcheck lint coverage -p size",
"watch": "pnpm test --watch"
"watch": "jest --watch"
},
"dependencies": {
"tersify": "^3.10.2",
Expand Down
14 changes: 7 additions & 7 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 585c2a4

Please sign in to comment.