diff --git a/test/client/jest.config.js b/test/client/jest.config.js index bae39b84eaa55..ea00a748739cd 100644 --- a/test/client/jest.config.js +++ b/test/client/jest.config.js @@ -12,7 +12,9 @@ module.exports = { rootDir: './../../', roots: [ '/client/' ], testEnvironment: 'node', - transformIgnorePatterns: [ 'node_modules[\\/\\\\](?!flag-icon-css|redux-form)' ], + transformIgnorePatterns: [ + 'node_modules[\\/\\\\](?!flag-icon-css|redux-form|simple-html-tokenizer)', + ], testMatch: [ '/client/**/test/*.js?(x)' ], testURL: 'https://example.com', setupTestFrameworkScriptFile: '/test/client/setup-test-framework.js',