This website requires JavaScript.
Explore
Help
Sign In
tod
/
odin-default-js-exercises
Watch
1
Star
0
Fork
You've already forked odin-default-js-exercises
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
35d7948aa2
odin-default-js-exercises
/
package.json
10 lines
119 B
JSON
Raw
Normal View
History
Unescape
Escape
Added jest
2021-03-03 02:13:24 +00:00
{
"devDependencies"
:
{
move files from testing repo to this repo
2021-04-30 09:49:46 +00:00
"jest"
:
"^26.6.3"
,
"jest-cli"
:
"^26.6.3"
Added jest
2021-03-03 02:13:24 +00:00
}
,
"scripts"
:
{
"test"
:
"jest"
}
move files from testing repo to this repo
2021-04-30 09:49:46 +00:00
}