Skip to content

Commit 5dc833e

Browse files
Austin-Xgithub-actions[bot]
authored andcommitted
Auto-formatted the code using Prettier
1 parent 2c451d6 commit 5dc833e

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

course-matrix/frontend/jest.config.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,12 @@ const config: Config = {
1616
],
1717
"^.+\\.(js|jsx)$": "babel-jest",
1818
},
19-
modulePathIgnorePatterns: ["<rootDir>/dist/", "<rootDir>/node_modules/", "<rootDir>/__tests__/integration-tests/", "<rootDir>/__tests__/unit-tests/"],
19+
modulePathIgnorePatterns: [
20+
"<rootDir>/dist/",
21+
"<rootDir>/node_modules/",
22+
"<rootDir>/__tests__/integration-tests/",
23+
"<rootDir>/__tests__/unit-tests/",
24+
],
2025
};
2126

2227
export default config;

course-matrix/frontend/tsconfig.test.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@
1919
"./jest.config.ts",
2020
"tests",
2121
"src"
22-
],
22+
]
2323
}

0 commit comments

Comments
 (0)