Add basically test for 3 databases

This commit is contained in:
Jonas Lochmann
2021-01-25 01:00:00 +01:00
parent 4194641d05
commit 99762d5d36
13 changed files with 491 additions and 1 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
"description": "",
"scripts": {
"start": "node ./build/index.js",
"test": "echo \"Error: no test specified\" && exit 1",
"test": "node scripts/test-launch-with-different-databases.js",
"lint": "tslint --project .",
"lint:fix": "tslint --project . --fix",
"build": "npm run build:clean && npm run build:json && npm run build:ts && npm run lint && npm run build:doc",