Files
odin-javascript-exercises/package.json
T

10 lines
119 B
JSON
Raw Normal View History

2021-05-08 11:15:45 -07:00
{
"devDependencies": {
"jest": "^26.6.3",
2021-05-08 11:25:04 -07:00
"jest-cli": "^26.6.3"
2021-05-08 11:15:45 -07:00
},
"scripts": {
2021-05-08 11:25:04 -07:00
"test": "jest"
}
2021-05-08 11:15:45 -07:00
}