mirror of
https://github.com/apache/superset.git
synced 2026-04-18 23:55:00 +00:00
Change test environment to jsdom (#13149)
This commit is contained in:
committed by
GitHub
parent
2e93784f86
commit
981deaaa22
@@ -25,7 +25,7 @@ module.exports = {
|
||||
'^src/(.*)$': '<rootDir>/src/$1',
|
||||
'^spec/(.*)$': '<rootDir>/spec/$1',
|
||||
},
|
||||
testEnvironment: 'enzyme',
|
||||
testEnvironment: 'jsdom',
|
||||
setupFilesAfterEnv: ['<rootDir>/spec/helpers/setup.ts'],
|
||||
testURL: 'http://localhost',
|
||||
collectCoverageFrom: ['src/**/*.{js,jsx,ts,tsx}'],
|
||||
|
||||
Reference in New Issue
Block a user