Skip to content

Commit dd85634

Browse files
committed
chore: run formatter
Signed-off-by: Sam Gammon <[email protected]>
1 parent d8a8346 commit dd85634

File tree

4 files changed

+21
-13
lines changed

4 files changed

+21
-13
lines changed

.github/workflows/on.pr.yml

-1
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,3 @@ jobs:
3030
if: false
3131
needs: [build, test, check-prettier, check-workflows]
3232
uses: ./.github/workflows/ci.deploy.yml
33-

site/jest.config.mjs

+7-4
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,12 @@ export default {
55
transform: {},
66
reporters: [
77
"default",
8-
["jest-junit", {
9-
suiteName: 'Site Frontend',
10-
outputDirectory: 'reports',
11-
}]
8+
[
9+
"jest-junit",
10+
{
11+
suiteName: "Site Frontend",
12+
outputDirectory: "reports",
13+
},
14+
],
1215
],
1316
};

workers/common/jest.config.mjs

+7-4
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,12 @@ export default {
55
transform: {},
66
reporters: [
77
"default",
8-
["jest-junit", {
9-
suiteName: 'Site Frontend',
10-
outputDirectory: 'reports',
11-
}]
8+
[
9+
"jest-junit",
10+
{
11+
suiteName: "Site Frontend",
12+
outputDirectory: "reports",
13+
},
14+
],
1215
],
1316
};

workers/graph/jest.config.mjs

+7-4
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,12 @@ export default {
44
testEnvironment: "node",
55
reporters: [
66
"default",
7-
["jest-junit", {
8-
suiteName: 'Site Frontend',
9-
outputDirectory: 'reports',
10-
}]
7+
[
8+
"jest-junit",
9+
{
10+
suiteName: "Site Frontend",
11+
outputDirectory: "reports",
12+
},
13+
],
1114
],
1215
};

0 commit comments

Comments
 (0)