Skip to content

Commit

Permalink
fix: remove deprecated test
Browse files Browse the repository at this point in the history
  • Loading branch information
itwillwork committed Jan 27, 2025
1 parent 81e5506 commit fd37932
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/lib/kit/utils/__tests__/common.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,6 @@ describe('kit/utils/common', () => {
viewSpec: {addButtonPosition: 'down'},
});

expect(prepareSpec({viewSpec: {themeLabel: 'WARNING'}} as any)).toMatchObject({
viewSpec: {textContentParams: {themeLabel: 'warning'}},
});

expect(prepareSpec({viewSpec: {oneOfParams: {toggler: 'SELECT'}}} as any)).toMatchObject({
viewSpec: {oneOfParams: {toggler: 'select'}},
});
Expand Down

0 comments on commit fd37932

Please sign in to comment.