Skip to content

Commit

Permalink
chore: revert change
Browse files Browse the repository at this point in the history
  • Loading branch information
ineshbose committed Aug 1, 2023
1 parent 981b06c commit 43234be
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/util.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import { fileURLToPath } from 'node:url'
import { setup } from '@nuxt/test-utils'
import { joinURL } from 'ufo'

export const r = (s: string = '') => fileURLToPath(new URL(joinURL('./fixture/basic', s), import.meta.url))
export const r = (s: string = '') => fileURLToPath(new URL('./fixture/basic/' + s, import.meta.url))

export const setupNuxtTailwind = (tailwindcss = {}) => {
return setup({
Expand Down

0 comments on commit 43234be

Please sign in to comment.