Skip to content

Commit

Permalink
Update ignores to ignore files in __tests__ that are not tests
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Oct 23, 2017
1 parent b825902 commit 874da46
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,18 @@
"/integration_tests/.*/__tests__",
"\\.snap$",
"/packages/.*/build",
"/packages/.*/build-es5"
"/packages/.*/build-es5",
"/packages/pretty-format/perf/test.js",
"/packages/jest-cli/src/__tests__/test_root",
"/packages/jest-runtime/src/__tests__/module_dir/",
"/packages/jest-runtime/src/__tests__/NODE_PATH_dir",
"/packages/jest-resolve-dependencies/src/__tests__/__fixtures__/",
"/packages/jest-validate/src/__tests__/fixtures/",
"/packages/jest-snapshot/src/__tests__/plugins",
"/packages/jest-haste-map/src/__tests__/haste_impl.js",
"/packages/.*/src/__tests__/expect_util.js",
"/packages/jest-runtime/src/__tests__/defaultResolver.js",
"/packages/jest-worker/src/__performance_tests__"
]
}
}

0 comments on commit 874da46

Please sign in to comment.