Skip to content

Commit 9dfc82c

Browse files
committed
Clean
1 parent 087f10f commit 9dfc82c

File tree

3 files changed

+2
-15
lines changed

3 files changed

+2
-15
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: npm run lint
3333

3434
- name: Run Jest tests
35-
run: npm run test tests/jest
35+
run: npm run test
3636

3737
- name: Build app
3838
env:

jest.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ const createJestConfig = nextJest({
77

88
// Add any custom config to be passed to Jest
99
const customJestConfig = {
10+
roots: ['<rootDir>/tests/jest'],
1011
// Add more setup options before each test is run
1112
setupFilesAfterEnv: ['<rootDir>/jest.setup.js'],
1213
// if using TypeScript with a baseUrl set to the root directory then you need the below for alias' to work

jest.setup.d.ts

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)