- add test to ci pipeline ci.yml
Some checks are pending
CI Pipeline / japa-tests (push) Has started running

This commit is contained in:
Kaimbacher 2023-05-09 14:43:16 +02:00
parent a48a2d9704
commit 578c4180f4
7 changed files with 205 additions and 186 deletions

View file

@ -9,7 +9,8 @@
"start": "node server.js",
"lint": "eslint . --ext=.ts",
"format": "prettier --write .",
"format-check": "prettier --check ./**/*.ts"
"format-check": "prettier --check ./**/*.ts",
"test": "node ace test"
},
"eslintConfig": {
"extends": [