Skip to content

Commit

Permalink
fix(ci): attempt to fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ineshbose committed Aug 1, 2023
1 parent 92f1d4b commit 23233be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/util.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import { fileURLToPath } from 'node:url'
import { setup } from '@nuxt/test-utils'
import { joinURL } from 'ufo'

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

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

0 comments on commit 23233be

Please sign in to comment.