Add CI testing matrix #10
Annotations
2 errors
tests/hover/hover.test.js > v4/basic > hover:
packages/tailwindcss-language-server/tests/hover/hover.test.js#L200
AssertionError: expected null to deeply equal { contents: { …(2) }, range: { …(2) } }
- Expected:
Object {
"contents": Object {
"language": "css",
"value": ".bg-red-500 {
background-color: var(--color-red-500) /* oklch(0.637 0.237 25.331) = #fb2c36 */;
}",
},
"range": Object {
"end": Object {
"character": 22,
"line": 0,
},
"start": Object {
"character": 12,
"line": 0,
},
},
}
+ Received:
null
❯ tests/hover/hover.test.js:200:19
|
Run Tests - Node v22 / macos-latest
Process completed with exit code 1.
|