Skip to content

Commit 270c834

Browse files
test: update
1 parent 33e7b66 commit 270c834

18 files changed

+1436
-2479
lines changed

jest.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ module.exports = {
1111
testPathIgnorePatterns: ['<rootDir>/bin/this/process-arguments.js'],
1212
moduleFileExtensions: ['js', 'json'],
1313
testMatch: ['**/test/**/*.test.js'],
14-
testEnvironment: 'jsdom',
1514
snapshotResolver: '<rootDir>/test/helpers/snapshotResolver.js',
1615
setupFilesAfterEnv: ['<rootDir>/setupTest.js'],
1716
globalSetup: '<rootDir>/globalSetupTest.js',

0 commit comments

Comments
 (0)