Skip to content

Commit 9593860

Browse files
committed
cleanup
1 parent 1dc7b81 commit 9593860

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/index.test.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,10 @@ import type { LanguageRegistration } from "shiki";
66

77
const assertScopes = await createAssertScopes(swiftGrammar as unknown as LanguageRegistration);
88

9-
test("foo", () => {
9+
test("basic", () => {
1010
assertScopes(
1111
$`let x: String`,
1212
_`~~~ keyword.other.declaration-specifier.swift`,
1313
_` ~~~~~~ support.type.swift`,
14-
_` ~~~~~~ wrong.test`,
1514
);
1615
});

0 commit comments

Comments
 (0)