mirror of
https://github.com/kou029w/jest-hands-on.git
synced 2025-01-31 22:08:00 +00:00
remove package.json
This commit is contained in:
parent
b864adb115
commit
68f6c784ed
6 changed files with 0 additions and 19 deletions
|
@ -1,14 +0,0 @@
|
||||||
{
|
|
||||||
"name": "basic",
|
|
||||||
"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"
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1 +0,0 @@
|
||||||
../template/package.json
|
|
|
@ -1 +0,0 @@
|
||||||
../template/package.json
|
|
|
@ -1 +0,0 @@
|
||||||
../template/package.json
|
|
|
@ -1 +0,0 @@
|
||||||
../template/package.json
|
|
|
@ -1 +0,0 @@
|
||||||
../template/package.json
|
|
Loading…
Add table
Reference in a new issue