Skip to content

Commit 5c820b3

Browse files
committed
Fix hover tests
While this doesn’t fail these should have positions to be more correct
1 parent eb12f07 commit 5c820b3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/tailwindcss-language-server/tests/hover/hover.test.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ withFixture('basic', (c) => {
2929

3030
testHover('disabled', {
3131
text: '<div class="bg-red-500">',
32+
position: { line: 0, character: 13 },
3233
settings: {
3334
tailwindCSS: { hovers: false },
3435
},
@@ -202,6 +203,7 @@ withFixture('v4/basic', (c) => {
202203

203204
testHover('disabled', {
204205
text: '<div class="bg-red-500">',
206+
position: { line: 0, character: 13 },
205207
settings: {
206208
tailwindCSS: { hovers: false },
207209
},

0 commit comments

Comments
 (0)