1
0
Fork 0
mirror of synced 2024-09-21 03:43:21 +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", "license": "AGPL-3.0",
"scripts": { "scripts": {
"build": "rollup -c", "build": "rollup -c",
"start": "rollup -c -w" "start": "rollup -c -w",
"test": "jest"
}, },
"jest": { "jest": {
"globals": { "globals": {

View file

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

View file

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