Skip to content

Commit b0587e5

Browse files
Austin-Xgithub-actions[bot]
authored andcommitted
Auto-formatted the code using Prettier
1 parent dba90cc commit b0587e5

File tree

5 files changed

+43
-43
lines changed

5 files changed

+43
-43
lines changed
Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
import type { Config } from "jest";
22

33
const config: Config = {
4-
preset: "ts-jest",
5-
moduleNameMapper: { "\\.(css|scss)$": "identity-obj-proxy" },
6-
// to obtain access to the matchers.
7-
moduleFileExtensions: ["ts", "tsx", "js", "jsx", "json", "node"],
8-
modulePaths: ["<rootDir>"],
9-
testEnvironment: "jsdom",
10-
transform: {
11-
"^.+\\.(ts|tsx)$": [
12-
"ts-jest",
13-
{
14-
tsconfig: "tsconfig.test.json",
15-
},
16-
],
17-
"^.+\\.(js|jsx)$": "babel-jest",
18-
},
4+
preset: "ts-jest",
5+
moduleNameMapper: { "\\.(css|scss)$": "identity-obj-proxy" },
6+
// to obtain access to the matchers.
7+
moduleFileExtensions: ["ts", "tsx", "js", "jsx", "json", "node"],
8+
modulePaths: ["<rootDir>"],
9+
testEnvironment: "jsdom",
10+
transform: {
11+
"^.+\\.(ts|tsx)$": [
12+
"ts-jest",
13+
{
14+
tsconfig: "tsconfig.test.json",
15+
},
16+
],
17+
"^.+\\.(js|jsx)$": "babel-jest",
18+
},
1919
};
2020

2121
export default config;

course-matrix/backend/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
},
1010
"include": ["src/**/*"],
1111
"exclude": ["node_modules", "tests"]
12-
}
12+
}
Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
import type { Config } from "jest";
22

33
const config: Config = {
4-
preset: "ts-jest",
5-
moduleNameMapper: { "\\.(css|scss)$": "identity-obj-proxy" },
6-
// to obtain access to the matchers.
7-
moduleFileExtensions: ["ts", "tsx", "js", "jsx", "json", "node"],
8-
modulePaths: ["<rootDir>"],
9-
testEnvironment: "jsdom",
10-
transform: {
11-
"^.+\\.(ts|tsx)$": [
12-
"ts-jest",
13-
{
14-
tsconfig: "tsconfig.test.json",
15-
},
16-
],
17-
"^.+\\.(js|jsx)$": "babel-jest",
18-
},
4+
preset: "ts-jest",
5+
moduleNameMapper: { "\\.(css|scss)$": "identity-obj-proxy" },
6+
// to obtain access to the matchers.
7+
moduleFileExtensions: ["ts", "tsx", "js", "jsx", "json", "node"],
8+
modulePaths: ["<rootDir>"],
9+
testEnvironment: "jsdom",
10+
transform: {
11+
"^.+\\.(ts|tsx)$": [
12+
"ts-jest",
13+
{
14+
tsconfig: "tsconfig.test.json",
15+
},
16+
],
17+
"^.+\\.(js|jsx)$": "babel-jest",
18+
},
1919
};
2020

2121
export default config;

course-matrix/frontend/tsconfig.app.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@
2828
}
2929
},
3030
"include": ["src"]
31-
}
31+
}
Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
"files": [],
3-
"references": [
4-
{ "path": "./tsconfig.app.json" },
5-
{ "path": "./tsconfig.node.json" }
6-
],
7-
"compilerOptions": {
8-
"baseUrl": ".",
9-
"paths": {
10-
"@/*": ["./src/*"]
11-
}
12-
}
2+
"files": [],
3+
"references": [
4+
{ "path": "./tsconfig.app.json" },
5+
{ "path": "./tsconfig.node.json" }
6+
],
7+
"compilerOptions": {
8+
"baseUrl": ".",
9+
"paths": {
10+
"@/*": ["./src/*"]
11+
}
12+
}
1313
}

0 commit comments

Comments
 (0)