We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c9be60 commit 9c406edCopy full SHA for 9c406ed
web/jest.config.js
@@ -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