Skip to content

Commit 61e4a0a

Browse files
committed
Reformat jest command breaking publish
1 parent 6c9690c commit 61e4a0a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,9 @@
5959
},
6060
"jest": {
6161
"rootDir": "src/main/frontend",
62-
"setupFilesAfterEnv": ["<rootDir>setupTests.js"],
62+
"setupFilesAfterEnv": [
63+
"<rootDir>setupTests.js"
64+
],
6365
"transform": {
6466
"^.+\\.(ts|tsx)$": "ts-jest"
6567
}

0 commit comments

Comments
 (0)