Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
jquense committed Oct 12, 2017
1 parent bf15ea3 commit eefe0d4
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 24 deletions.
File renamed without changes.
5 changes: 1 addition & 4 deletions jest-sync.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,5 @@
"testRegex": "\\.js",
"testPathIgnorePatterns": [
"helpers\\.js"
],
"transform": {
"^.+\\.js$": "./transform-tests.js"
}
]
}
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,7 @@
"testRegex": "\\.js",
"testPathIgnorePatterns": [
"helpers\\.js"
],
"transform": {
"^.+\\.js$": "./transform-tests.js"
}
]
},
"devDependencies": {
"babel-cli": "^6.6.5",
Expand Down
16 changes: 0 additions & 16 deletions transform-tests.js

This file was deleted.

0 comments on commit eefe0d4

Please sign in to comment.