Skip to content

Commit

Permalink
fix(test): #193 add shell:true to test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
rainer-exxcellent committed Jan 27, 2025
1 parent ff0608f commit 0f946fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import { fileURLToPath } from 'url'

spawn('mocha', ['tests', ...process.argv.slice(2)], {
stdio: 'inherit',
shell: true,
env: {
...process.env,
DICPATH: fileURLToPath(new URL('../tests/dicts', import.meta.url)),
Expand Down

0 comments on commit 0f946fc

Please sign in to comment.