node: fix test config

This commit is contained in:
Pierric Cistac
2020-01-31 11:07:36 -05:00
parent 6d532fedb1
commit c98eb04998
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,4 @@
/* eslint-disable prettier/prettier */
// For a detailed explanation regarding each configuration property, visit:
// https://jestjs.io/docs/en/configuration.html
@ -181,7 +182,12 @@ module.exports = {
// verbose: null,
// An array of regexp patterns that are matched against all source file paths before re-running tests in watch mode
// watchPathIgnorePatterns: [],
watchPathIgnorePatterns: [
"<rootDir>/node_modules/",
"<rootDir>/native/",
"<rootDir>/dist/",
"<rootDir>/build/"
],
// Whether to use watchman for file crawling
// watchman: true,