Skip to content

Commit f39f59a

Browse files
committed
Consolidate test_results/test-results
1 parent 1b0e0d3 commit f39f59a

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

site/.eslintignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,4 @@ out
77
coverage
88
.next
99
storybook-static
10-
test_results
1110
test-results

site/.prettierignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,4 @@ yarn-error.log
1515
coverage/
1616
out/
1717
storybook-static/
18-
test_results/
1918
test-results/

site/jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ module.exports = {
5858
"jest-junit",
5959
{
6060
suiteName: "Front-end Jest Tests",
61-
outputDirectory: "./test_results",
61+
outputDirectory: "./test-results",
6262
outputName: "junit.xml",
6363
},
6464
],

0 commit comments

Comments
 (0)