We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc2eefb commit a714bbdCopy full SHA for a714bbd
1 file changed
app/customize/types.type-compiler.test.ts
@@ -34,7 +34,7 @@ describe('types - compiler validation', () => {
34
35
it('validates constrained union types', () => {
36
expectTypeOf<ViewMode>().toMatchTypeOf<
37
- 'default' | 'monthly' | 'pulse' | 'skyline' | 'languages'
+ 'default' | 'monthly' | 'pulse' | 'skyline' | 'languages' | 'punchcard'
38
>();
39
40
expectTypeOf<DeltaFormat>().toMatchTypeOf<'percent' | 'absolute' | 'both'>();
0 commit comments