From a4b641d13644c9d05a1b069232d5706d01f19e99 Mon Sep 17 00:00:00 2001 From: Simon Knott Date: Tue, 5 Nov 2024 10:01:19 +0100 Subject: [PATCH] fix another test --- tests/playwright-test/esm.spec.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/playwright-test/esm.spec.ts b/tests/playwright-test/esm.spec.ts index ce75fca767..b18d6cd206 100644 --- a/tests/playwright-test/esm.spec.ts +++ b/tests/playwright-test/esm.spec.ts @@ -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',