Skip to content

Commit

Permalink
Ignore the mobile subfolder to run e2e Jest tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hypest committed Sep 13, 2018
1 parent 88c641d commit 91165d6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/e2e/jest.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,8 @@
],
"transform": {
"^.+\\.jsx?$": "<rootDir>/node_modules/babel-jest"
}
},
"modulePathIgnorePatterns": [
"<rootDir>/gutenberg-mobile/"
]
}

0 comments on commit 91165d6

Please sign in to comment.