We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b0e0d3 commit f39f59aCopy full SHA for f39f59a
site/.eslintignore
@@ -7,5 +7,4 @@ out
7
coverage
8
.next
9
storybook-static
10
-test_results
11
test-results
site/.prettierignore
@@ -15,5 +15,4 @@ yarn-error.log
15
coverage/
16
out/
17
storybook-static/
18
-test_results/
19
test-results/
site/jest.config.js
@@ -58,7 +58,7 @@ module.exports = {
58
"jest-junit",
59
{
60
suiteName: "Front-end Jest Tests",
61
- outputDirectory: "./test_results",
+ outputDirectory: "./test-results",
62
outputName: "junit.xml",
63
},
64
],
0 commit comments