Skip to content

Commit 8da4b96

Browse files
committed
fix (jest): fix jest snapshotSerializer path config
1 parent 2ca909c commit 8da4b96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"jest": {
2121
"snapshotSerializers": [
22-
"<rootDir>/node_modules/jest-html"
22+
"./node_modules/jest-html"
2323
],
2424
"collectCoverageFrom": [
2525
"**/src/**"

0 commit comments

Comments
 (0)