odin-default-js-exercises/package.json

8 lines
91 B
JSON
Raw Normal View History

2021-03-03 02:13:24 +00:00
{
"devDependencies": {
"jest": "^26.6.3"
},
"scripts": {
"test": "jest"
}
}