Skip to content

Commit fd37932

Browse files
committed
fix: remove deprecated test
1 parent 81e5506 commit fd37932

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/lib/kit/utils/__tests__/common.test.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,6 @@ describe('kit/utils/common', () => {
9292
viewSpec: {addButtonPosition: 'down'},
9393
});
9494

95-
expect(prepareSpec({viewSpec: {themeLabel: 'WARNING'}} as any)).toMatchObject({
96-
viewSpec: {textContentParams: {themeLabel: 'warning'}},
97-
});
98-
9995
expect(prepareSpec({viewSpec: {oneOfParams: {toggler: 'SELECT'}}} as any)).toMatchObject({
10096
viewSpec: {oneOfParams: {toggler: 'select'}},
10197
});

0 commit comments

Comments
 (0)