diff options
author | masarakki <masaki182@gmail.com> | 2017-10-19 20:51:38 +0900 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2017-10-19 13:51:38 +0200 |
commit | 049381b284c671d633182e00fd1570119f2e2c74 (patch) | |
tree | c4594c78576de3625af99ea19cb28f48377a3a98 | |
parent | 09d81defcda96eae7ffba36ccf1fb091ce08f17b (diff) |
remove-duplicated-jest-config (#5465)
-rw-r--r-- | package.json | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/package.json b/package.json index 594e42475..df7454758 100644 --- 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" } } |