Don't match helper functions when part of a larger function name #246
Annotations
2 errors
Run server tests
Process completed with exit code 1.
|
Run server tests:
packages/tailwindcss-language-server/tests/hover/hover.test.js#L202
AssertionError: expected null to deeply equal { contents: { …(2) }, range: { …(2) } }
- Expected:
{
"contents": {
"kind": "markdown",
"value": "```css
@theme {
--breakpoint-xl: 80rem /* 1280px */;
}
```",
},
"range": {
"end": {
"character": 38,
"line": 0,
},
"start": {
"character": 23,
"line": 0,
},
},
}
+ Received:
null
❯ tests/hover/hover.test.js:202:19
|
Loading