Skip to content

Commit

Permalink
Fix lint problems
Browse files Browse the repository at this point in the history
  • Loading branch information
JHWelch committed Oct 5, 2024
1 parent 258d1f0 commit d4bb011
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/src/__tests__/test-extensions.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { VueWrapper } from '@vue/test-utils'
import { VueWrapper } from '@vue/test-utils' // eslint-disable-line

declare module '@vue/test-utils' {
interface VueWrapper<VM, T> {
Expand Down
2 changes: 1 addition & 1 deletion client/src/components/__tests__/Notifications.spec.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/** @vitest-environment jsdom */

import { beforeEach, describe, expect, it } from 'vitest'
import { DOMWrapper, VueWrapper, mount } from '@vue/test-utils'
import { VueWrapper, mount } from '@vue/test-utils'
import Notifications from '@components/Notifications.vue'
import { notifications } from '@client/state/notificationState'
import { nextTick } from 'vue'
Expand Down

0 comments on commit d4bb011

Please sign in to comment.