1
0
Fork 0
mirror of synced 2024-06-18 18:35:37 +12:00

adding test commands for all packaged that need them

This commit is contained in:
michael shanks 2019-07-21 09:59:30 +01:00
parent 81e5b5659c
commit 4b12a6a193
4 changed files with 3 additions and 3 deletions

View file

@ -4,7 +4,8 @@
"license": "AGPL-3.0",
"scripts": {
"build": "rollup -c",
"start": "rollup -c -w"
"start": "rollup -c -w",
"test": "jest"
},
"jest": {
"globals": {

View file

@ -4,7 +4,6 @@
"description": "Client library for talking to budibase web server",
"main": "index.js",
"scripts": {
"test": "jest"
},
"keywords": [
"budibase"

View file

@ -4,7 +4,7 @@
"description": "Budibase Web Server",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "jest"
},
"keywords": [
"budibase"