mirror of
https://github.com/kou029w/jest-hands-on.git
synced 2025-02-01 06:08:38 +00:00
14 lines
232 B
JSON
14 lines
232 B
JSON
{
|
|
"name": "promise",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"main": "main.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "jest"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/preset-env": "^7.16.11",
|
|
"jest": "^27.5.1"
|
|
}
|
|
}
|