Version Packages (alpha) #1510
Annotations
5 errors
|
Release
The process '/home/runner/setup-pnpm/node_modules/.bin/pnpm' failed with exit code 1
|
|
Release
Error: The process '/home/runner/setup-pnpm/node_modules/.bin/pnpm' failed with exit code 1
|
|
[weapp-tailwindcss] test/tailwindcss/v4/patcher.test.ts > tailwindcss/v4/patcher helpers > preserves user-specified v4 base when css entries are provided:
packages/weapp-tailwindcss/test/tailwindcss/v4/patcher.test.ts#L306
AssertionError: expected undefined to be '/custom/base' // Object.is equality
- Expected:
"/custom/base"
+ Received:
undefined
❯ test/tailwindcss/v4/patcher.test.ts:306:43
|
|
[weapp-tailwindcss] test/tailwindcss/targets.spec.ts > tailwindcss targets > keeps provided tailwindcss basedir when css entry lives in a subfolder:
packages/weapp-tailwindcss/test/tailwindcss/targets.spec.ts#L55
AssertionError: expected undefined to be '/workspace/project' // Object.is equality
- Expected:
"/workspace/project"
+ Received:
undefined
❯ test/tailwindcss/targets.spec.ts:55:43
|
|
[weapp-tailwindcss] test/context/tailwindcss.test.ts > createTailwindcssPatcherFromContext > returns a single patcher when css entries share the same workspace base:
packages/weapp-tailwindcss/test/context/tailwindcss.test.ts#L198
AssertionError: expected undefined to be '/tmp/weapp-tw-single-aEB5z8/project' // Object.is equality
- Expected:
"/tmp/weapp-tw-single-aEB5z8/project"
+ Received:
undefined
❯ test/context/tailwindcss.test.ts:198:46
|