Add CI testing matrix #5
Annotations
4 errors and 1 warning
tests/hover/hover.test.js > v4/css-loading-js > Plugins: CJS:
packages/tailwindcss-language-server/tests/hover/hover.test.js#L324
AssertionError: expected null to deeply equal { contents: { …(2) }, range: { …(2) } }
- Expected:
Object {
"contents": Object {
"language": "css",
"value": ".bg-cjs-from-plugin {
background-color: black;
}",
},
"range": Object {
"end": Object {
"character": 30,
"line": 0,
},
"start": Object {
"character": 12,
"line": 0,
},
},
}
+ Received:
null
❯ tests/hover/hover.test.js:324:19
|
tests/hover/hover.test.js > v4/css-loading-js > Plugins: TypeScript:
packages/tailwindcss-language-server/tests/hover/hover.test.js#L324
AssertionError: expected null to deeply equal { contents: { …(2) }, range: { …(2) } }
- Expected:
Object {
"contents": Object {
"language": "css",
"value": ".bg-ts-from-plugin {
background-color: black;
}",
},
"range": Object {
"end": Object {
"character": 29,
"line": 0,
},
"start": Object {
"character": 12,
"line": 0,
},
},
}
+ Received:
null
❯ tests/hover/hover.test.js:324:19
|
tests/hover/hover.test.js > v4/css-loading-js > Configs: ESM:
packages/tailwindcss-language-server/tests/hover/hover.test.js#L324
AssertionError: expected null to deeply equal { contents: { …(2) }, range: { …(2) } }
- Expected:
Object {
"contents": Object {
"language": "css",
"value": ".bg-esm-from-config {
background-color: black;
}",
},
"range": Object {
"end": Object {
"character": 30,
"line": 0,
},
"start": Object {
"character": 12,
"line": 0,
},
},
}
+ Received:
null
❯ tests/hover/hover.test.js:324:19
|
Run Tests - Node v22 / ubuntu-latest
Process completed with exit code 1.
|
Run Tests - Node v22 / ubuntu-latest
Cache not found for keys: node-cache-Linux-x64-pnpm-40f2dc5780397654a8bce1a4461249f7c06ec1d002b623c062144a24756ab3b3
|