From 65c3176c3bfe27999f686d22ae31cb140e291ef1 Mon Sep 17 00:00:00 2001 From: Asa <26807394+a01sa01to@users.noreply.github.com> Date: Thu, 29 Feb 2024 10:30:27 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20test=20=E3=81=8C=E3=81=AA=E3=81=84?= =?UTF-8?q?=E5=A0=B4=E5=90=88=E3=81=AB=E5=A4=B1=E6=95=97=E3=81=97=E3=81=AA?= =?UTF-8?q?=E3=81=84=E3=82=88=E3=81=86=E3=81=AB=E3=81=99=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/eslint/package.json | 2 +- packages/postcss/package.json | 2 +- packages/prettier/package.json | 2 +- packages/textlint/package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/eslint/package.json b/packages/eslint/package.json index 50163df..2ab840b 100644 --- a/packages/eslint/package.json +++ b/packages/eslint/package.json @@ -19,7 +19,7 @@ "main": "dist/index.js", "scripts": { "build": "tsc", - "test": "jest" + "test": "jest --passWithNoTests" }, "peerDependencies": { "eslint": "^8.56.0" diff --git a/packages/postcss/package.json b/packages/postcss/package.json index 4148bde..9a36f05 100644 --- a/packages/postcss/package.json +++ b/packages/postcss/package.json @@ -19,7 +19,7 @@ "main": "dist/index.js", "scripts": { "build": "tsc", - "test": "jest" + "test": "jest --passWithNoTests" }, "devDependencies": { "@jest/globals": "^29.7.0", diff --git a/packages/prettier/package.json b/packages/prettier/package.json index 4f71371..02193e5 100644 --- a/packages/prettier/package.json +++ b/packages/prettier/package.json @@ -19,7 +19,7 @@ "main": "dist/index.js", "scripts": { "build": "tsc", - "test": "jest" + "test": "jest --passWithNoTests" }, "peerDependencies": { "prettier": "^3.2.5" diff --git a/packages/textlint/package.json b/packages/textlint/package.json index d7d01f2..35b6564 100644 --- a/packages/textlint/package.json +++ b/packages/textlint/package.json @@ -19,7 +19,7 @@ "main": "dist/index.js", "scripts": { "test": "jest", - "build": "tsc" + "build": "tsc --passWithNoTests" }, "peerDependencies": { "textlint": "^14.0.3"