Skip to content

Commit 73e87a0

Browse files
committed
Merge branch 'jc-dev-spawnCmd-tests' of github.com:codeforwings/nuxt3-win32-posix-path into jc-dev-spawnCmd-tests
2 parents 11b11cb + 3563554 commit 73e87a0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

dev/node-fs-utils-dev/tests/dev-specific/spawnCmd-cwd.test.mjs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ describe('spawnCmd-cwd.test.mjs - cygwin', function(){
7777

7878
/**
7979
* spawnSyncAssert - for testing... maybe export later
80+
* todo add factory function / class
8081
* @param cmd
8182
* @param args
8283
* @param expected
@@ -102,6 +103,9 @@ function spawnSyncAssert(cmd,args,expected,options={}){
102103
*/
103104

104105
const pwsh = "c:/progra~1/PowerShell/7/pwsh.exe"
106+
/**
107+
* IT's a windows problem. mac didnt need any envs. or it did it ok. at least with node 18
108+
*/
105109
describe('spawncmd empty env', function(){
106110
it('nodejs dump env',function(done){
107111
process.env.NODE_FIRST_ARG = 'empty-env-node-dump'

0 commit comments

Comments
 (0)