From 224b38b7e282c4108d4803ff7913b64218d33800 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=80=86=E8=91=B5?= Date: Tue, 9 Jan 2024 11:29:40 +0800 Subject: [PATCH] ci: remove jsx-compiler test --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cc26307a..4d07fd99 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "setup": "rm -rf node_modules && yarn install && npm run clean && npm run build", "lint": "eslint --ext .js --ext .jsx ./", "lint:fix": "npm run lint -- --fix", - "test": "jest --logHeapUsage --detectOpenHandles", + "test": "jest --logHeapUsage --detectOpenHandles --testPathIgnorePatterns=/jsx-compiler/", "build": "ts-node ./scripts/build.ts", "clean": "rimraf packages/*/lib", "check-and-publish": "node ./scripts/check-and-publish",