cse110-fa22-group29/testenv/package.json
Arthur Lu ec305e667d switch unit test framework to jest,
remove framework unittest,
add helper module to create unit testing environment
2022-11-06 05:46:23 +00:00

11 lines
127 B
JSON

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