Skip to content

Commit

Permalink
e2e テストとコンポネントテストを npm run test で両方とも実行するようにする
Browse files Browse the repository at this point in the history
  • Loading branch information
kazuma-naka committed Feb 6, 2025
1 parent 1b7114b commit 43a43d8
Show file tree
Hide file tree
Showing 3 changed files with 5,127 additions and 5,116 deletions.
1 change: 1 addition & 0 deletions jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ const config: Config = {
moduleNameMapper: {
"^@/(.*)$": "<rootDir>/src/$1",
},
testPathIgnorePatterns: ["/e2e/"],
};

export default createJestConfig(config);
Loading

0 comments on commit 43a43d8

Please sign in to comment.