Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
taosin authored Feb 14, 2025
1 parent 48811ae commit bb2bdba
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@
"typescript": "^3.4.5"
},
"jest": {
"testMatch": ["**/src/**/*.{spec,test}.{js,jsx,ts,tsx}", "**/src/**/__tests__/**/*.{js,jsx,ts,tsx}"]
},
"testMatch": [
"**/src/**/*.{spec,test}.{js,jsx,ts,tsx}",
"**/src/**/__tests__/**/*.{js,jsx,ts,tsx}"
]
}
}

0 comments on commit bb2bdba

Please sign in to comment.