Add CI testing matrix #9
Annotations
11 errors
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 / 2/3
Process completed with exit code 1.
|
Run Tests - Node v22 / macos-latest / 1/3
The job was canceled because "_22_ubuntu-latest_2_3" failed.
|
Run Tests - Node v22 / macos-latest / 2/3
The job was canceled because "_22_ubuntu-latest_2_3" failed.
|
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
|
Run Tests - Node v22 / macos-latest / 2/3
The operation was canceled.
|
Run Tests - Node v22 / macos-latest / 3/3
The job was canceled because "_22_ubuntu-latest_2_3" failed.
|
Run Tests - Node v22 / macos-latest / 3/3
The operation was canceled.
|