Skip to content

Commit 1922eb0

Browse files
committed
Update jsdom comment
1 parent 9919ca1 commit 1922eb0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

jest.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ const config = {
2222
{
2323
preset: 'ts-jest',
2424
displayName: 'dom',
25-
// We are using jest-environment-jsdom 15 until we stop supporting node 10
25+
// We are using jest-environment-jsdom 25 until we stop supporting node 10
26+
// jest-environment-jsdom 25 uses jsdom 15 which still supports node 10
2627
testEnvironment: 'jest-environment-jsdom',
2728
testMatch: ['<rootDir>/tests/**/*.ts?(x)'],
2829
testPathIgnorePatterns: ['meilisearch-test-utils', 'env/'],

0 commit comments

Comments
 (0)