fix another test

This commit is contained in:
Simon Knott 2024-11-05 10:01:19 +01:00
parent 4b4c091fd7
commit a4b641d136
No known key found for this signature in database
GPG key ID: 8CEDC00028084AEC

View file

@ -676,9 +676,6 @@ test('should be able to use use execSync with a Node.js file inside a spec', asy
'global-setup import level',
'execSync: hello from hello.js',
'spawnSync: hello from hello.js',
'global-teardown import level',
'execSync: hello from hello.js',
'spawnSync: hello from hello.js',
'global-setup export level',
'execSync: hello from hello.js',
'spawnSync: hello from hello.js',
@ -693,6 +690,9 @@ test('should be able to use use execSync with a Node.js file inside a spec', asy
'execSync: hello from hello.js',
'spawnSync: hello from hello.js',
'fork: hello from hellofork.js',
'global-teardown import level',
'execSync: hello from hello.js',
'spawnSync: hello from hello.js',
'global-teardown export level',
'execSync: hello from hello.js',
'spawnSync: hello from hello.js',