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 9919ca1 commit 1922eb0Copy full SHA for 1922eb0
jest.config.js
@@ -22,7 +22,8 @@ const config = {
22
{
23
preset: 'ts-jest',
24
displayName: 'dom',
25
- // We are using jest-environment-jsdom 15 until we stop supporting node 10
+ // 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
27
testEnvironment: 'jest-environment-jsdom',
28
testMatch: ['<rootDir>/tests/**/*.ts?(x)'],
29
testPathIgnorePatterns: ['meilisearch-test-utils', 'env/'],
0 commit comments