Skip to content

Commit 8b40c89

Browse files
committed
test: update
1 parent fe6e017 commit 8b40c89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/generators/jsx-ast/utils/__tests__/buildSignature.test.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { describe, it } from 'node:test';
33

44
import { generateSignature } from '../buildSignature.mjs';
55

6-
describe('generateSignature - return type spacing', () => {
6+
describe('generateSignature', () => {
77
it('formats union return types without spaces as spaced ("|" surrounded)', () => {
88
const sig = generateSignature(
99
'foo',

0 commit comments

Comments
 (0)