Skip to content

Commit ebc4aaa

Browse files
committed
chore: broken bin
1 parent a270301 commit ebc4aaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ci.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { afterAll, beforeAll, describe, expect, it } from 'vitest'
44
import { execa } from 'execa'
55

66
export const cacheDir = resolve(__dirname, '.cache')
7-
export const ci = resolve(__dirname, '../packages/unlighthouse/bin/unlighthouse-ci.cjs')
7+
export const ci = resolve(__dirname, '../packages/unlighthouse/bin/unlighthouse-ci.mjs')
88

99
beforeAll(async () => {
1010
await fs.remove(cacheDir)

0 commit comments

Comments
 (0)