Skip to content

Commit

Permalink
fixup! test: add usePwsh unit test
Browse files Browse the repository at this point in the history
Signed-off-by: Grigorii K. Shartsev <[email protected]>
  • Loading branch information
ShGKme committed Apr 30, 2024
1 parent 25dc9b7 commit 83d5c90
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/core.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import { inspect } from 'node:util'
import { basename } from 'node:path'
import { Readable, Writable } from 'node:stream'
import { Socket } from 'node:net'
import { ProcessPromise, ProcessOutput, quotePowerShell } from '../build/index.js'
import { ProcessPromise, ProcessOutput } from '../build/index.js'
import '../build/globals.js'

describe('core', () => {
Expand Down Expand Up @@ -593,5 +593,6 @@ describe('core', () => {
assert.equal($.postfix, '; exit $LastExitCode')
assert.equal($.quote, quotePowerShell)
which.sync = originalWhichSync
useBash()
})
})

0 comments on commit 83d5c90

Please sign in to comment.