Skip to content

Commit 9c406ed

Browse files
authored
Create jest.config.js
1 parent 4c9be60 commit 9c406ed

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

web/jest.config.js

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
module.exports = {
2+
testMatch: [
3+
"**/src/**/*.{spec,test}.{js,jsx,ts,tsx}",
4+
"**/src/**/__tests__/**/*.{js,jsx,ts,tsx}"
5+
],
6+
};

0 commit comments

Comments
 (0)