add tests to github workflow

Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
This commit is contained in:
Andrey Platov
2021-09-12 09:37:22 +02:00
parent d22b62c303
commit 244eafadd5
21 changed files with 10 additions and 19 deletions
-1
View File
@@ -7,7 +7,6 @@
"scripts": {
"build": "",
"build:docs": "api-extractor run --local",
"test": "jest",
"lint": "eslint src",
"lint:fix": "eslint --fix src",
"format": "prettier --write 'src/**/*.{ts*,js*,yml}' && eslint --fix src"