feat: independent language server for SCSS, Sass indented and CSS #422
Triggered via pull request
September 25, 2024 18:19
Status
Failure
Total duration
1m 51s
Artifacts
–
Annotations
7 errors
src/features/__tests__/do-complete-modules.test.ts > should suggest symbol from a different document via @use with wildcard alias:
packages/language-services/src/features/__tests__/do-complete-modules.test.ts#L1205
AssertionError: Expected to find two completion items: expected 2 to equal 185
- Expected
+ Received
- 185
+ 2
❯ src/features/__tests__/do-complete-modules.test.ts:1205:9
|
src/features/__tests__/do-complete.test.ts > should suggest variable and function as parameter to mixin, not mixin or placeholder:
packages/language-services/src/features/__tests__/do-complete.test.ts#L411
AssertionError: expected { label: 'mixin', …(5) } to equal undefined
- Expected:
undefined
+ Received:
Object {
"detail": "mixin($a, $b)",
"insertTextFormat": 2,
"kind": 3,
"label": "mixin",
"sortText": "y",
"textEdit": Object {
"newText": "mixin(${1:$a}, ${2:$b})",
"range": Object {
"end": Object {
"character": 20,
"line": 4,
},
"start": Object {
"character": 20,
"line": 4,
},
},
},
}
❯ src/features/__tests__/do-complete.test.ts:411:9
|
test (ubuntu-latest)
Process completed with exit code 1.
|
test (windows-latest)
The job was canceled because "ubuntu-latest" failed.
|
test (windows-latest)
The operation was canceled.
|
test (macos-latest)
The job was canceled because "ubuntu-latest" failed.
|
test (macos-latest)
The operation was canceled.
|