@@ -190,9 +190,15 @@ const config: Config = {
190
190
// A path to a module which exports an async function that is triggered once before all test suites
191
191
// globalSetup: undefined,
192
192
193
+ // A path to a module which exports an async function that is triggered once before all test suites in a worker
194
+ // globalSetupPerWorker: undefined,
195
+
193
196
// A path to a module which exports an async function that is triggered once after all test suites
194
197
// globalTeardown: undefined,
195
198
199
+ // A path to a module which exports an async function that is triggered once after all test suites in a worker
200
+ // globalTeardownPerWorker: undefined,
201
+
196
202
// A set of global variables that need to be available in all test environments
197
203
// globals: {},
198
204
@@ -394,9 +400,15 @@ const config = {
394
400
// A path to a module which exports an async function that is triggered once before all test suites
395
401
// globalSetup: undefined,
396
402
403
+ // A path to a module which exports an async function that is triggered once before all test suites in a worker
404
+ // globalSetupPerWorker: undefined,
405
+
397
406
// A path to a module which exports an async function that is triggered once after all test suites
398
407
// globalTeardown: undefined,
399
408
409
+ // A path to a module which exports an async function that is triggered once after all test suites in a worker
410
+ // globalTeardownPerWorker: undefined,
411
+
400
412
// A set of global variables that need to be available in all test environments
401
413
// globals: {},
402
414
@@ -598,9 +610,15 @@ const config = {
598
610
// A path to a module which exports an async function that is triggered once before all test suites
599
611
// globalSetup: undefined,
600
612
613
+ // A path to a module which exports an async function that is triggered once before all test suites in a worker
614
+ // globalSetupPerWorker: undefined,
615
+
601
616
// A path to a module which exports an async function that is triggered once after all test suites
602
617
// globalTeardown: undefined,
603
618
619
+ // A path to a module which exports an async function that is triggered once after all test suites in a worker
620
+ // globalTeardownPerWorker: undefined,
621
+
604
622
// A set of global variables that need to be available in all test environments
605
623
// globals: {},
606
624
0 commit comments