We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe6e017 commit 8b40c89Copy full SHA for 8b40c89
1 file changed
src/generators/jsx-ast/utils/__tests__/buildSignature.test.mjs
@@ -3,7 +3,7 @@ import { describe, it } from 'node:test';
3
4
import { generateSignature } from '../buildSignature.mjs';
5
6
-describe('generateSignature - return type spacing', () => {
+describe('generateSignature', () => {
7
it('formats union return types without spaces as spaced ("|" surrounded)', () => {
8
const sig = generateSignature(
9
'foo',
0 commit comments