add server tests

Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
This commit is contained in:
Andrey Platov 2021-09-12 10:18:26 +02:00
parent c6551d18da
commit 3f85831e5a
No known key found for this signature in database
GPG Key ID: C8787EFEB4B64AF0
2 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@
"license": "EPL-2.0", "license": "EPL-2.0",
"scripts": { "scripts": {
"build": "heft build", "build": "heft build",
"test": "heft test",
"lint:fix": "eslint --fix src" "lint:fix": "eslint --fix src"
}, },
"devDependencies": { "devDependencies": {