From 4d591308904a8833c5d6f7e17575e8ab72f9c04f Mon Sep 17 00:00:00 2001 From: Sotatek-KhiemNguyen Date: Mon, 29 Mar 2021 11:35:54 +0700 Subject: [PATCH] add option --passWithNoTests with no test(jest) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a9e7a43..74cc886 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "lint:js": "eslint --ext \".js,.vue\" --ignore-path .gitignore .", "lint:fix": "eslint --fix --ext \".js,.vue\" --ignore-path .gitignore .", "lint": "yarn lint:js", - "test": "jest" + "test": "jest --passWithNoTests" }, "dependencies": { "@nuxtjs/auth-next": "^5.0.0-1613647907.37b1156",