Skip to content

Commit

Permalink
test: back to pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-ogawa committed Jan 14, 2024
1 parent 1b82210 commit 2a6be7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playground/ssr-network-imports/__tests__/basic.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { isServe } from '~utils'
const execFileAsync = promisify(execFile)

test.runIf(isServe)('basic', async () => {
await execFileAsync('node', ['--experimental-network-imports', 'test.js'], {
await execFileAsync('pnpm', ['test'], {
cwd: new URL('..', import.meta.url),
})
})

0 comments on commit 2a6be7e

Please sign in to comment.