cse110-fa22-group29/testenv/package.json

11 lines
127 B
JSON
Raw Normal View History

{
"name": "testenv",
"version": "1.0.0",
"scripts": {
"test": "jest"
},
"dependencies": {
"jest": "24"
}
}