Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
junedchhipa committed Jun 28, 2024
2 parents ddda323 + 14f6e28 commit 55a6bd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/samples.js
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ async function processSamples(command, paths) {
const { status } = spawnSync(
`${rootDir}/node_modules/.bin/nyc`,
['report', '--reporter=html'],
{ cwd: rootDir }
{ cwd: rootDir, shell: process.platform === 'win32' }
)

if (status === 0) {
Expand Down

0 comments on commit 55a6bd8

Please sign in to comment.