2024-01-28 15:59:53 -06:00

10 lines
130 B
JSON

{
"type": "module",
"devDependencies": {
"jest": "^29.0.1"
},
"scripts": {
"test": "jest"
}
}