Skip to content

Commit

Permalink
chore: NIP
Browse files Browse the repository at this point in the history
  • Loading branch information
surmon-china committed Aug 14, 2024
1 parent 0c83b2d commit b149015
Show file tree
Hide file tree
Showing 3 changed files with 539 additions and 17 deletions.
6 changes: 5 additions & 1 deletion jest.config.js → jest.config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
export default {
import type { Config } from 'jest'

const config: Config = {
preset: 'ts-jest',
testEnvironment: 'jsdom',
coverageDirectory: 'coverage',
}

export default config
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
"eslint-plugin-prettier": "^5.x",
"globals": "^15.9.0",
"jest": "^29.x",
"jest-environment-jsdom": "^29.x",
"prettier": "^3.x",
"react": "^18.x",
"react-dom": "^18.x",
Expand Down
Loading

0 comments on commit b149015

Please sign in to comment.