Skip to content

Commit 6f2f77c

Browse files
authored
Merge pull request #1 from mfrances17/chore/162-pf5
Replace enzyme with RTL and fix tests
2 parents 75a3002 + 7ec0037 commit 6f2f77c

File tree

5 files changed

+22040
-44359
lines changed

5 files changed

+22040
-44359
lines changed

jest.config.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,6 @@ module.exports = {
2727
// A preset that is used as a base for Jest's configuration
2828
preset: "ts-jest/presets/js-with-ts",
2929

30-
// The path to a module that runs some code to configure or set up the testing framework before each test
31-
setupFilesAfterEnv: ['<rootDir>/test-setup.js'],
32-
3330
// The test environment that will be used for testing.
3431
testEnvironment: "jsdom",
35-
36-
// A list of paths to snapshot serializer modules Jest should use for snapshot testing
37-
snapshotSerializers: ['enzyme-to-json/serializer'],
38-
3932
};

0 commit comments

Comments
 (0)