mirror of
https://github.com/kou029w/jest-hands-on.git
synced 2025-01-31 22:08:00 +00:00
cp template files
This commit is contained in:
parent
a448bcbc16
commit
91b95742f4
12 changed files with 42 additions and 0 deletions
4
templates/basic/babel.config.json
Normal file
4
templates/basic/babel.config.json
Normal file
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"presets": ["@babel/preset-env"],
|
||||
"targets": "current node"
|
||||
}
|
3
templates/basic/sandbox.config.json
Normal file
3
templates/basic/sandbox.config.json
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"template": "parcel"
|
||||
}
|
4
templates/callback/babel.config.json
Normal file
4
templates/callback/babel.config.json
Normal file
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"presets": ["@babel/preset-env"],
|
||||
"targets": "current node"
|
||||
}
|
3
templates/callback/sandbox.config.json
Normal file
3
templates/callback/sandbox.config.json
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"template": "parcel"
|
||||
}
|
4
templates/mock/babel.config.json
Normal file
4
templates/mock/babel.config.json
Normal file
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"presets": ["@babel/preset-env"],
|
||||
"targets": "current node"
|
||||
}
|
3
templates/mock/sandbox.config.json
Normal file
3
templates/mock/sandbox.config.json
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"template": "parcel"
|
||||
}
|
4
templates/promise/babel.config.json
Normal file
4
templates/promise/babel.config.json
Normal file
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"presets": ["@babel/preset-env"],
|
||||
"targets": "current node"
|
||||
}
|
3
templates/promise/sandbox.config.json
Normal file
3
templates/promise/sandbox.config.json
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"template": "parcel"
|
||||
}
|
4
templates/scope/babel.config.json
Normal file
4
templates/scope/babel.config.json
Normal file
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"presets": ["@babel/preset-env"],
|
||||
"targets": "current node"
|
||||
}
|
3
templates/scope/sandbox.config.json
Normal file
3
templates/scope/sandbox.config.json
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"template": "parcel"
|
||||
}
|
4
templates/setup-teardown/babel.config.json
Normal file
4
templates/setup-teardown/babel.config.json
Normal file
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"presets": ["@babel/preset-env"],
|
||||
"targets": "current node"
|
||||
}
|
3
templates/setup-teardown/sandbox.config.json
Normal file
3
templates/setup-teardown/sandbox.config.json
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"template": "parcel"
|
||||
}
|
Loading…
Add table
Reference in a new issue