Skip to content

Commit

Permalink
Merge pull request #21 from webdevnerdstuff/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
webdevnerdstuff authored Jan 9, 2024
2 parents e17093a + fb3b6d6 commit 4d377e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npx lint-staged
npx lint-staged && npm run test:build
2 changes: 1 addition & 1 deletion src/plugin/composables/__tests__/icons.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ describe('Icon Composable', () => {
icon: undefined,
iconOptions: {},
name: 'loading',
})).toThrowError('[VColorField]: No VColorField default undefined icon set found.');
})).toThrowError('[VColorField]: No default undefined icon set found.');
});

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

0 comments on commit 4d377e7

Please sign in to comment.