Skip to content

Commit bb2bdba

Browse files
authored
Update package.json
1 parent 48811ae commit bb2bdba

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

web/package.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@
4444
"typescript": "^3.4.5"
4545
},
4646
"jest": {
47-
"testMatch": ["**/src/**/*.{spec,test}.{js,jsx,ts,tsx}", "**/src/**/__tests__/**/*.{js,jsx,ts,tsx}"]
48-
},
47+
"testMatch": [
48+
"**/src/**/*.{spec,test}.{js,jsx,ts,tsx}",
49+
"**/src/**/__tests__/**/*.{js,jsx,ts,tsx}"
50+
]
51+
}
4952
}

0 commit comments

Comments
 (0)