mirror of
https://github.com/kikobar/mastodon.git
synced 2024-11-17 04:32:22 +00:00
remove-duplicated-jest-config (#5465)
This commit is contained in:
parent
09d81defcd
commit
049381b284
17
package.json
17
package.json
|
@ -134,22 +134,5 @@
|
||||||
},
|
},
|
||||||
"optionalDependencies": {
|
"optionalDependencies": {
|
||||||
"fsevents": "*"
|
"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"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue