Skip to content
This repository has been archived by the owner on Mar 5, 2024. It is now read-only.

Commit

Permalink
Put Jest tests in jest/ so it isn't confused with tests/
Browse files Browse the repository at this point in the history
  • Loading branch information
isaaclyman committed Oct 13, 2018
1 parent 5bfb559 commit b4b1ec1
Show file tree
Hide file tree
Showing 42 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jest.config.js
Expand Up @@ -136,8 +136,8 @@ module.exports = {

// The glob patterns Jest uses to detect test files
testMatch: [
"<rootDir>/test/**/*.js",
"!<rootDir>/test/**/_*.js"
"<rootDir>/jest/**/*.js",
"!<rootDir>/jest/**/_*.js"
],

// An array of regexp pattern strings that are matched against all test paths, matched tests are skipped
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit b4b1ec1

Please sign in to comment.