Skip to content

Commit ddfef28

Browse files
committed
fixup!
1 parent 6f79ff5 commit ddfef28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/remark-lint/src/rules/__tests__/invalid-type-reference.test.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const testCases = [
2626
},
2727
];
2828

29-
describe('hashed-self-references', () => {
29+
describe('invalid-type-reference', () => {
3030
for (const { name, input, expected } of testCases) {
3131
it(name, () => testRule(invalidTypeReference, input, expected));
3232
}

0 commit comments

Comments
 (0)