From 75cf023f14929e9fe6cf030900bec4ae965b0332 Mon Sep 17 00:00:00 2001 From: typicode Date: Tue, 21 Mar 2023 22:32:43 +0100 Subject: [PATCH] chore: update test script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e3164f91d..cd46e43d4 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ ], "scripts": { "prepare": "husky install", - "test": "npm run build && cross-env NODE_ENV=test jest && npm run lint", + "test": "npm run build && cross-env NODE_ENV=test jest", "start": "babel-node -- src/cli/bin db.json -r routes.json", "lint": "eslint . --ignore-path .gitignore", "fix": "npm run lint -- --fix",