Skip to content

Commit 2901c88

Browse files
committed
Merge branch 'ax/scrum-123-add-unit-testing' of https://github.com/UTSC-CSCC01-Software-Engineering-I/term-group-project-c01w25-project-course-matrix into ax/scrum-123-add-unit-testing
2 parents 76a3f0b + 0a3b84a commit 2901c88

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed
Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
2-
"compilerOptions": {
3-
"target": "ESNext",
4-
"module": "ESNext",
5-
"moduleResolution": "node",
6-
"esModuleInterop": true,
7-
"skipLibCheck": true,
8-
"strict": true,
9-
"jsx": "react-jsx",
10-
"types": ["jest", "@testing-library/jest-dom"]
11-
},
12-
"include": [
13-
"**/*.test.tsx",
14-
"**/*.test.ts",
15-
"./jest.config.ts",
16-
"tests",
17-
"src"
18-
]
2+
"compilerOptions": {
3+
"target": "ESNext",
4+
"module": "ESNext",
5+
"moduleResolution": "node",
6+
"esModuleInterop": true,
7+
"skipLibCheck": true,
8+
"strict": true,
9+
"jsx": "react-jsx",
10+
"types": ["jest", "@testing-library/jest-dom"]
11+
},
12+
"include": [
13+
"**/*.test.tsx",
14+
"**/*.test.ts",
15+
"./jest.config.ts",
16+
"tests",
17+
"src"
18+
]
1919
}

0 commit comments

Comments
 (0)