Skip to content

Commit b4e31b9

Browse files
committed
chore: remove useless mock config
1 parent 3b813fb commit b4e31b9

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

__mocks__/styled-jsx/css.js

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

jest.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ const config: Config = {
118118
// rootDir: undefined,
119119

120120
// A list of paths to directories that Jest should use to search for files in
121-
roots: ['<rootDir>/packages', '<rootDir>/__mocks__'],
121+
roots: ['<rootDir>/packages'],
122122

123123
// Allows you to use a custom runner instead of Jest's default test runner
124124
// runner: "jest-runner",

0 commit comments

Comments
 (0)