We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a270301 commit ebc4aaaCopy full SHA for ebc4aaa
test/ci.test.ts
@@ -4,7 +4,7 @@ import { afterAll, beforeAll, describe, expect, it } from 'vitest'
4
import { execa } from 'execa'
5
6
export const cacheDir = resolve(__dirname, '.cache')
7
-export const ci = resolve(__dirname, '../packages/unlighthouse/bin/unlighthouse-ci.cjs')
+export const ci = resolve(__dirname, '../packages/unlighthouse/bin/unlighthouse-ci.mjs')
8
9
beforeAll(async () => {
10
await fs.remove(cacheDir)
0 commit comments