From 305dc31dffca8d0192604095a2aec3a30498539a Mon Sep 17 00:00:00 2001 From: Nick Hudkins Date: Wed, 27 Aug 2025 13:11:57 -0400 Subject: [PATCH] fix(ci): ensure tests for postcss-linaria run MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 😳 It appears that tests have not been running in CI for this project. This *does* reveal broken tests, which I will address in a follow up commit. For now, opening for visibility, and if someone else wants to pick up fixing the tests, by all means I welcome the help! --- packages/postcss-linaria/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/postcss-linaria/package.json b/packages/postcss-linaria/package.json index 561fb2e96..8f6914dc5 100644 --- a/packages/postcss-linaria/package.json +++ b/packages/postcss-linaria/package.json @@ -29,6 +29,7 @@ "build:esm": "babel src --out-dir esm --extensions '.js,.jsx,.ts,.tsx' --source-maps --delete-dir-on-start", "build:lib": "cross-env NODE_ENV=legacy babel src --out-dir lib --extensions '.js,.jsx,.ts,.tsx' --source-maps --delete-dir-on-start", "typecheck": "tsc --noEmit --composite false", + "test": "jest --config ../../jest.config.js --rootDir .", "watch": "pnpm build:lib --watch & pnpm build:esm --watch & pnpm build:declarations --watch" }, "dependencies": {