Skip to content

Commit 4d377e7

Browse files
Merge pull request #21 from webdevnerdstuff/dev
Dev
2 parents e17093a + fb3b6d6 commit 4d377e7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.husky/pre-commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/usr/bin/env sh
22
. "$(dirname -- "$0")/_/husky.sh"
33

4-
npx lint-staged
4+
npx lint-staged && npm run test:build

src/plugin/composables/__tests__/icons.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ describe('Icon Composable', () => {
3636
icon: undefined,
3737
iconOptions: {},
3838
name: 'loading',
39-
})).toThrowError('[VColorField]: No VColorField default undefined icon set found.');
39+
})).toThrowError('[VColorField]: No default undefined icon set found.');
4040
});
4141

4242
it('throws error if supplied name not found', () => {

0 commit comments

Comments
 (0)