Skip to content

Commit

Permalink
remove-duplicated-jest-config (mastodon#5465)
Browse files Browse the repository at this point in the history
  • Loading branch information
masarakki authored and Gargron committed Oct 19, 2017
1 parent 09d81de commit 049381b
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,22 +134,5 @@
},
"optionalDependencies": {
"fsevents": "*"
},
"jest": {
"projects": [
"<rootDir>/app/javascript/mastodon"
],
"testPathIgnorePatterns": [
"<rootDir>/node_modules/",
"<rootDir>/vendor/",
"<rootDir>/config/",
"<rootDir>/log/",
"<rootDir>/public/",
"<rootDir>/tmp/"
],
"setupFiles": [
"raf/polyfill"
],
"setupTestFrameworkScriptFile": "<rootDir>/app/javascript/mastodon/test_setup.js"
}
}

0 comments on commit 049381b

Please sign in to comment.