Added first templates of react tests
This commit is contained in:
24
static/main/js/control_page/package.json
Normal file
24
static/main/js/control_page/package.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"name": "control_page",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "control.js",
|
||||
"scripts": {
|
||||
"test": "jest"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@babel/plugin-transform-runtime": "^7.13.15",
|
||||
"@babel/preset-react": "^7.13.13",
|
||||
"babel": "^6.23.0",
|
||||
"jsx": "^0.9.89",
|
||||
"react": "^17.0.2",
|
||||
"react-dom": "^17.0.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.13.16",
|
||||
"@babel/preset-env": "^7.13.15",
|
||||
"jest": "^26.6.3"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user