We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e47b3af commit 9919ca1Copy full SHA for 9919ca1
jest.config.js
@@ -22,9 +22,7 @@ const config = {
22
{
23
preset: 'ts-jest',
24
displayName: 'dom',
25
- // TODO: Change this value back to jsdom once once `globalThis` issue is resolved
26
- // Also uninstall jest-environment-jsdom-sixteen
27
- // https://github.com/jsdom/jsdom/issues/2961
+ // We are using jest-environment-jsdom 15 until we stop supporting node 10
28
testEnvironment: 'jest-environment-jsdom',
29
testMatch: ['<rootDir>/tests/**/*.ts?(x)'],
30
testPathIgnorePatterns: ['meilisearch-test-utils', 'env/'],
0 commit comments