commit: 049381b284c671d633182e00fd1570119f2e2c74
parent: 09d81defcda96eae7ffba36ccf1fb091ce08f17b
Author: masarakki <masaki182@gmail.com>
Date: Thu, 19 Oct 2017 20:51:38 +0900
remove-duplicated-jest-config (#5465)
Diffstat:
1 file changed, 0 insertions(+), 17 deletions(-)
diff --git a/package.json b/package.json
@@ -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"
}
}