Skip to content

Commit e73099f

Browse files
committed
feat: add test commands
1 parent f5b4a77 commit e73099f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
"scripts": {
77
"lint": "standard",
88
"lint:fix": "standard --fix",
9+
"test": "jest",
10+
"test:coverage": "jest --coverage",
911
"infra:start": "docker-compose up -d",
1012
"infra:stop": "docker-compose down",
1113
"db:migrate": "knex migrate:latest",

0 commit comments

Comments
 (0)