about summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
authormasarakki <masaki182@gmail.com>2017-10-19 20:51:38 +0900
committerEugen Rochko <eugen@zeonfederated.com>2017-10-19 13:51:38 +0200
commit049381b284c671d633182e00fd1570119f2e2c74 (patch)
treec4594c78576de3625af99ea19cb28f48377a3a98 /package.json
parent09d81defcda96eae7ffba36ccf1fb091ce08f17b (diff)
remove-duplicated-jest-config (#5465)
Diffstat (limited to 'package.json')
-rw-r--r--package.json17
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"
   }
 }