mirror of
https://github.com/skydiver/ewelink-api.git
synced 2025-12-21 21:33:11 +01:00
installed jest
This commit is contained in:
3892
package-lock.json
generated
3892
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -20,7 +20,8 @@
|
|||||||
"nodejs"
|
"nodejs"
|
||||||
],
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"demo": "node ./demo/example.js"
|
"demo": "node ./demo/example.js",
|
||||||
|
"test": "jest --testPathIgnorePatterns '(node_modules|.cache)'"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"delay": "^4.3.0",
|
"delay": "^4.3.0",
|
||||||
@@ -43,6 +44,7 @@
|
|||||||
"eslint-plugin-prettier": "^3.1.0",
|
"eslint-plugin-prettier": "^3.1.0",
|
||||||
"eslint-plugin-react": "^7.13.0",
|
"eslint-plugin-react": "^7.13.0",
|
||||||
"eslint-plugin-react-hooks": "^1.6.0",
|
"eslint-plugin-react-hooks": "^1.6.0",
|
||||||
|
"jest": "^24.8.0",
|
||||||
"prettier": "^1.18.2"
|
"prettier": "^1.18.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user