Skip to content

Commit 51188b8

Browse files
committed
test(tailwindcss-patch): use native paths for packaged tests
1 parent 93bc352 commit 51188b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/tailwindcss-patch/test/packaged-runtime-dependency.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { execFileSync } from 'node:child_process'
22
import fsSync, { promises as fs } from 'node:fs'
33
import { createRequire } from 'node:module'
44
import os from 'node:os'
5-
import path from 'pathe'
5+
import path from 'node:path'
66
import { afterEach, beforeEach, describe, expect, it } from 'vitest'
77

88
const require = createRequire(import.meta.url)

0 commit comments

Comments
 (0)