This website requires JavaScript.
Explore
Help
Sign in
scratchfoundation
/
scratch-www
Watch
1
Star
0
Fork
You've already forked scratch-www
0
mirror of
https://github.com/scratchfoundation/scratch-www.git
synced
2024-11-22 15:17:53 -05:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
2
d34c989934
scratch-www
/
test
/
.eslintrc.js
7 lines
90 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Add Jest, Enzyme, and sample tests
2019-07-17 15:27:13 -04:00
module
.
exports
=
{
Enable react linting and move test file to .jsx instead of .js.
2019-08-01 16:16:42 -04:00
extends
:
[
'scratch/react'
]
,
Add Jest, Enzyme, and sample tests
2019-07-17 15:27:13 -04:00
env
:
{
jest
:
true
}
}
;
Reference in a new issue
Copy permalink