Skip to content

Commit

Permalink
cleanup imports
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienChampagnol committed May 2, 2024
1 parent bda912a commit 418a390
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
6 changes: 0 additions & 6 deletions test/components/Errors/ErrorsSnackers.nuxt.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,6 @@ import ErrorsSnackers from "@/components/Errors/Snackers.vue"
const vuetify = createVuetify({
components,
directives,
layout: {
name: "custom",
render(h, children) {
return h("div", {}, children)
},
},
})

describe("ErrorsSnackers.vue", async () => {
Expand Down
1 change: 0 additions & 1 deletion test/components/Inspector/InspectionButon.nuxt.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import { describe, expect, test } from "vitest"
import { registerEndpoint, mountSuspended } from "@nuxt/test-utils/runtime"
import { mount } from "@vue/test-utils"
import { flushPromises } from "@vue/test-utils"

import { createVuetify } from "vuetify"
Expand Down

0 comments on commit 418a390

Please sign in to comment.