Skip to content

Commit 1b58787

Browse files
authored
chore: remove old jest config (#218)
1 parent 02863fe commit 1b58787

File tree

2 files changed

+0
-36
lines changed

2 files changed

+0
-36
lines changed

jest-snapshot-resolver.js

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

jest.config.js

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,6 @@ export default {
99
// Automatically clear mock calls, instances, contexts and results before every test
1010
clearMocks: true,
1111

12-
// The root directory that Jest should scan for tests and modules within.
13-
// rootDir: "build",
14-
15-
// A list of paths to directories that Jest should use to search for files in.
16-
// roots: ["src", "e2e"],
17-
1812
// A list of paths to modules that run some code to configure or set up the testing framework before each test
1913
setupFilesAfterEnv: [
2014
path.join(
@@ -24,9 +18,6 @@ export default {
2418
),
2519
],
2620

27-
// The path to a module that can resolve test<->snapshot path.
28-
// snapshotResolver: "./jest-snapshot-resolver.js",
29-
3021
// A map from regular expressions to paths to transformers
3122
transform: {
3223
'\\.js$': 'babel-jest',

0 commit comments

Comments
 (0)