diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/package.json b/package.json index 594e42475..8d24c7850 100644 --- a/package.json +++ b/package.json @@ -19,6 +19,7 @@ "private": true, "dependencies": { "array-includes": "^3.0.3", + "atrament": "^0.2.3", "autoprefixer": "^7.1.2", "axios": "^0.16.2", "babel-core": "^6.25.0", @@ -134,22 +135,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" } } |