Skip to content

Commit 9919ca1

Browse files
committed
Update jsdom comment
1 parent e47b3af commit 9919ca1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

jest.config.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@ const config = {
2222
{
2323
preset: 'ts-jest',
2424
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
25+
// We are using jest-environment-jsdom 15 until we stop supporting node 10
2826
testEnvironment: 'jest-environment-jsdom',
2927
testMatch: ['<rootDir>/tests/**/*.ts?(x)'],
3028
testPathIgnorePatterns: ['meilisearch-test-utils', 'env/'],

0 commit comments

Comments
 (0)