odin-default-js-exercises/package.json

8 lines
91 B
JSON

{
"devDependencies": {
"jest": "^26.6.3"
},
"scripts": {
"test": "jest"
}
}