This website works better with JavaScript.
Home
Explore
Help
Sign In
jyt94
/
closedSocialMastodon
forked from
closed-social/mastodon
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
remove-duplicated-jest-config (
#5465
)
closed-social-v3
masarakki
7 years ago
committed by
Eugen Rochko
parent
09d81defcd
commit
049381b284
1 changed files
with
0 additions
and
17 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-17
package.json
+ 0
- 17
package.json
View File
@ -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"
}
}
Write
Preview
Loading…
Cancel
Save