We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca66484 commit 68cc7b1Copy full SHA for 68cc7b1
src/plugin/composables/__tests__/icons.test.ts
@@ -36,7 +36,7 @@ describe('Icon Composable', () => {
36
icon: undefined,
37
iconOptions: {},
38
name: 'loading',
39
- })).toThrowError('[VColorField]: No VColorField default undefined icon set found.');
+ })).toThrowError('[VColorField]: No default undefined icon set found.');
40
});
41
42
it('throws error if supplied name not found', () => {
0 commit comments