Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9a71e8e

Browse files
committed
Formatting
1 parent 096edd2 commit 9a71e8e

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

site/jest.config.js

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,15 @@ module.exports = {
4444
"!<rootDir>/out/**/*.*",
4545
"!<rootDir>/storybook-static/**/*.*",
4646
],
47-
reporters: [ "default",
48-
["jest-junit", {
47+
reporters: [
48+
"default",
49+
[
50+
"jest-junit",
51+
{
4952
suiteName: "Front-end Jest Tests",
5053
outputDirectory: "./test_results",
5154
outputName: "junit.xml",
52-
}]],
55+
},
56+
],
57+
],
5358
}

0 commit comments

Comments
 (0)