Skip to content

Commit

Permalink
chore: update jest config
Browse files Browse the repository at this point in the history
  • Loading branch information
Aarebecca committed Sep 19, 2024
1 parent b2118bb commit 9dcac68
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"start": "cd ./site && npm run start",
"sync": "pnpm -r run sync",
"test": "npm run test:browser & npm run test:serverside",
"test:browser": "jest --config jest.config.js",
"test:serverside": "jest --config jest.node.config.js",
"test:browser": "jest --config jest.config.cjs",
"test:serverside": "jest --config jest.node.config.cjs",
"changeset": "changeset",
"version": "changeset version",
"prerelease": "changeset pre enter next",
Expand Down

0 comments on commit 9dcac68

Please sign in to comment.