Skip to content

Commit

Permalink
fix: naming test
Browse files Browse the repository at this point in the history
  • Loading branch information
mnenie committed Aug 4, 2024
1 parent 28d5b7d commit 1c1ea11
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

yarn lint-staged
yarn test:unit run
2 changes: 1 addition & 1 deletion src/shared/ui/dropdown/__tests__/UiDropdown.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ describe('UiDropdown', () => {
expect(wrapper.find('[class*="inside"]').exists()).toBe(false);
});

it('should close dropdown when we clicking outside', () => {
it('should close dropdown when clicking outside', () => {
const _w = mount(UiDropdown, {
attachTo: document.body,
slots: {
Expand Down

0 comments on commit 1c1ea11

Please sign in to comment.