Skip to content

Commit d42dd01

Browse files
committed
test(typescript): update test to not have declare type
1 parent 750ee7f commit d42dd01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/typescript/test/declarations.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ test.serial(
141141
['main.js', 'types/should-be-emitted-types.d.ts', 'types/main.d.ts']
142142
);
143143

144-
t.true(declaration.includes('export declare type MyNumber = number;'), declaration);
144+
t.true(declaration.includes('export type MyNumber = number;'), declaration);
145145
}
146146
);
147147

0 commit comments

Comments
 (0)