Skip to content

Commit

Permalink
test: fixup tests on windows (#3866)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasholzer committed Dec 20, 2021
1 parent 69d2e6f commit b2824c8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/utils/cli-path.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
const path = require('path')
const process = require('process')

const cliPath = path.resolve(__dirname, '..', '..', 'bin', process.platform === 'win32' ? 'run.cmd' : 'run')
const cliPath = path.resolve(__dirname, '../../bin/run')

module.exports = cliPath

1 comment on commit b2824c8

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📊 Benchmark results

Package size: 358 MB

Please sign in to comment.