Add CI testing matrix #6
Annotations
4 errors and 1 warning
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
|
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
|
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
|
|
|
The logs for this run have expired and are no longer available.
Loading