fix another test
This commit is contained in:
parent
4b4c091fd7
commit
a4b641d136
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue