Skip to content

Commit fca1779

Browse files
committed
wip
1 parent a4716a3 commit fca1779

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ withFixture('basic', (c) => {
66
name,
77
{ text, lang, position, exact = false, expected, expectedRange, settings },
88
) {
9-
test.concurrent(name, async ({ expect }) => {
9+
test(name, async ({ expect }) => {
1010
let textDocument = await c.openDocument({ text, lang, settings })
1111
let res = await c.sendRequest('textDocument/hover', {
1212
textDocument,
@@ -180,7 +180,7 @@ withFixture('v4/basic', (c) => {
180180
name,
181181
{ text, exact = false, lang, position, expected, expectedRange, settings },
182182
) {
183-
test.concurrent(name, async ({ expect }) => {
183+
test(name, async ({ expect }) => {
184184
let textDocument = await c.openDocument({ text, lang, settings })
185185
let res = await c.sendRequest('textDocument/hover', {
186186
textDocument,

0 commit comments

Comments
 (0)