Skip to content

Commit

Permalink
Ignore tests in the gutenberg subdir
Browse files Browse the repository at this point in the history
  • Loading branch information
hypest committed Mar 29, 2018
1 parent 5700e20 commit 0a206e8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ if ( process.env.TEST_RN_PLATFORM ) {

module.exports = {
preset: 'jest-expo',
testPathIgnorePatterns: [
"/node_modules/",
"/gutenberg/"
],
moduleNameMapper: {
'@wordpress/hooks': '<rootDir>/wordpress/hooks',
'@wordpress/i18n': '<rootDir>/gutenberg/i18n',
Expand Down

0 comments on commit 0a206e8

Please sign in to comment.