Skip to content

Commit

Permalink
fix github actions build
Browse files Browse the repository at this point in the history
  • Loading branch information
xiajon committed Jan 3, 2025
1 parent ad49811 commit 29dce8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
"react-app-polyfill/jsdom"
],
"testMatch": [
"**/src/**/__tests__/**/*.{js,jsx,ts,tsx}",
"**/src/**/?(*.)(spec|test).{js,jsx,ts,tsx}"
"<rootDir>/src/**/__tests__/**/*.{js,jsx,ts,tsx}",
"<rootDir>/src/**/?(*.)(spec|test).{js,jsx,ts,tsx}"
],
"testEnvironment": "jsdom",
"testURL": "http://localhost",
Expand Down

0 comments on commit 29dce8d

Please sign in to comment.