adding test commands for all packaged that need them
This commit is contained in:
parent
81e5b5659c
commit
4b12a6a193
|
@ -4,7 +4,8 @@
|
|||
"license": "AGPL-3.0",
|
||||
"scripts": {
|
||||
"build": "rollup -c",
|
||||
"start": "rollup -c -w"
|
||||
"start": "rollup -c -w",
|
||||
"test": "jest"
|
||||
},
|
||||
"jest": {
|
||||
"globals": {
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
"description": "Client library for talking to budibase web server",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "jest"
|
||||
},
|
||||
"keywords": [
|
||||
"budibase"
|
||||
|
|
Binary file not shown.
|
@ -4,7 +4,7 @@
|
|||
"description": "Budibase Web Server",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
"test": "jest"
|
||||
},
|
||||
"keywords": [
|
||||
"budibase"
|
||||
|
|
Loading…
Reference in New Issue