Skip to content

Commit

Permalink
Fix failing unit tests
Browse files Browse the repository at this point in the history
Related to this change in Gutenberg:
WordPress/gutenberg#11771
  • Loading branch information
vindl committed Nov 20, 2018
1 parent 79c8d4f commit 4deaec3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/client/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ module.exports = {
rootDir: './../../',
roots: [ '<rootDir>/client/' ],
testEnvironment: 'node',
transformIgnorePatterns: [ 'node_modules[\\/\\\\](?!flag-icon-css|redux-form)' ],
transformIgnorePatterns: [
'node_modules[\\/\\\\](?!flag-icon-css|redux-form|simple-html-tokenizer)',
],
testMatch: [ '<rootDir>/client/**/test/*.js?(x)' ],
testURL: 'https://example.com',
setupTestFrameworkScriptFile: '<rootDir>/test/client/setup-test-framework.js',
Expand Down

0 comments on commit 4deaec3

Please sign in to comment.