Skip to content

Commit a714bbd

Browse files
tycheck solved
1 parent fc2eefb commit a714bbd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/customize/types.type-compiler.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ describe('types - compiler validation', () => {
3434

3535
it('validates constrained union types', () => {
3636
expectTypeOf<ViewMode>().toMatchTypeOf<
37-
'default' | 'monthly' | 'pulse' | 'skyline' | 'languages'
37+
'default' | 'monthly' | 'pulse' | 'skyline' | 'languages' | 'punchcard'
3838
>();
3939

4040
expectTypeOf<DeltaFormat>().toMatchTypeOf<'percent' | 'absolute' | 'both'>();

0 commit comments

Comments
 (0)