@storybook/addon-vitest 0.0.0-pr-33206-sha-2fd88b76 → 0.0.0-pr-33269-sha-95691377

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,26 +1,26 @@
1
- import CJS_COMPAT_NODE_URL_2nu5e4a9bxm from 'node:url';
2
- import CJS_COMPAT_NODE_PATH_2nu5e4a9bxm from 'node:path';
3
- import CJS_COMPAT_NODE_MODULE_2nu5e4a9bxm from "node:module";
1
+ import CJS_COMPAT_NODE_URL_gkzhspkhkep from 'node:url';
2
+ import CJS_COMPAT_NODE_PATH_gkzhspkhkep from 'node:path';
3
+ import CJS_COMPAT_NODE_MODULE_gkzhspkhkep from "node:module";
4
4
 
5
- var __filename = CJS_COMPAT_NODE_URL_2nu5e4a9bxm.fileURLToPath(import.meta.url);
6
- var __dirname = CJS_COMPAT_NODE_PATH_2nu5e4a9bxm.dirname(__filename);
7
- var require = CJS_COMPAT_NODE_MODULE_2nu5e4a9bxm.createRequire(import.meta.url);
5
+ var __filename = CJS_COMPAT_NODE_URL_gkzhspkhkep.fileURLToPath(import.meta.url);
6
+ var __dirname = CJS_COMPAT_NODE_PATH_gkzhspkhkep.dirname(__filename);
7
+ var require = CJS_COMPAT_NODE_MODULE_gkzhspkhkep.createRequire(import.meta.url);
8
8
 
9
9
  // ------------------------------------------------------------
10
10
  // end of CJS compatibility banner, injected by Storybook's esbuild configuration
11
11
  // ------------------------------------------------------------
12
12
  import {
13
13
  require_gte
14
- } from "../_node-chunks/chunk-4JXZBSNX.js";
14
+ } from "../_node-chunks/chunk-J6WZPFQ2.js";
15
15
  import {
16
16
  __commonJS,
17
17
  __require,
18
18
  __toESM
19
- } from "../_node-chunks/chunk-LSSCRN52.js";
19
+ } from "../_node-chunks/chunk-DP4GRH6K.js";
20
20
 
21
- // ../../node_modules/istanbul-lib-report/node_modules/make-dir/index.js
21
+ // ../../../node_modules/istanbul-lib-report/node_modules/make-dir/index.js
22
22
  var require_make_dir = __commonJS({
23
- "../../node_modules/istanbul-lib-report/node_modules/make-dir/index.js"(exports, module) {
23
+ "../../../node_modules/istanbul-lib-report/node_modules/make-dir/index.js"(exports, module) {
24
24
  "use strict";
25
25
  var fs = __require("fs"), path = __require("path"), { promisify } = __require("util"), semverGte = require_gte(), useNativeRecursiveOption = semverGte(process.version, "10.12.0"), checkPath = (pth) => {
26
26
  if (process.platform === "win32" && /[<>:"|?*]/.test(pth.replace(path.parse(pth).root, ""))) {
@@ -106,9 +106,9 @@ var require_make_dir = __commonJS({
106
106
  }
107
107
  });
108
108
 
109
- // ../../node_modules/has-flag/index.js
109
+ // ../../../node_modules/has-flag/index.js
110
110
  var require_has_flag = __commonJS({
111
- "../../node_modules/has-flag/index.js"(exports, module) {
111
+ "../../../node_modules/has-flag/index.js"(exports, module) {
112
112
  "use strict";
113
113
  module.exports = (flag, argv = process.argv) => {
114
114
  let prefix = flag.startsWith("-") ? "" : flag.length === 1 ? "-" : "--", position = argv.indexOf(prefix + flag), terminatorPosition = argv.indexOf("--");
@@ -117,9 +117,9 @@ var require_has_flag = __commonJS({
117
117
  }
118
118
  });
119
119
 
120
- // ../../node_modules/supports-color/index.js
120
+ // ../../../node_modules/supports-color/index.js
121
121
  var require_supports_color = __commonJS({
122
- "../../node_modules/supports-color/index.js"(exports, module) {
122
+ "../../../node_modules/supports-color/index.js"(exports, module) {
123
123
  "use strict";
124
124
  var os = __require("os"), tty = __require("tty"), hasFlag = require_has_flag(), { env } = process, forceColor;
125
125
  hasFlag("no-color") || hasFlag("no-colors") || hasFlag("color=false") || hasFlag("color=never") ? forceColor = 0 : (hasFlag("color") || hasFlag("colors") || hasFlag("color=true") || hasFlag("color=always")) && (forceColor = 1);
@@ -177,9 +177,9 @@ var require_supports_color = __commonJS({
177
177
  }
178
178
  });
179
179
 
180
- // ../../node_modules/istanbul-lib-report/lib/file-writer.js
180
+ // ../../../node_modules/istanbul-lib-report/lib/file-writer.js
181
181
  var require_file_writer = __commonJS({
182
- "../../node_modules/istanbul-lib-report/lib/file-writer.js"(exports, module) {
182
+ "../../../node_modules/istanbul-lib-report/lib/file-writer.js"(exports, module) {
183
183
  "use strict";
184
184
  var path = __require("path"), fs = __require("fs"), mkdirp = require_make_dir(), supportsColor = require_supports_color(), ContentWriter = class {
185
185
  /**
@@ -296,9 +296,9 @@ var require_file_writer = __commonJS({
296
296
  }
297
297
  });
298
298
 
299
- // ../../node_modules/istanbul-lib-report/lib/xml-writer.js
299
+ // ../../../node_modules/istanbul-lib-report/lib/xml-writer.js
300
300
  var require_xml_writer = __commonJS({
301
- "../../node_modules/istanbul-lib-report/lib/xml-writer.js"(exports, module) {
301
+ "../../../node_modules/istanbul-lib-report/lib/xml-writer.js"(exports, module) {
302
302
  "use strict";
303
303
  function attrString(attrs) {
304
304
  return Object.entries(attrs || {}).map(([k, v]) => ` ${k}="${v}"`).join("");
@@ -357,9 +357,9 @@ var require_xml_writer = __commonJS({
357
357
  }
358
358
  });
359
359
 
360
- // ../../node_modules/istanbul-lib-report/lib/tree.js
360
+ // ../../../node_modules/istanbul-lib-report/lib/tree.js
361
361
  var require_tree = __commonJS({
362
- "../../node_modules/istanbul-lib-report/lib/tree.js"(exports, module) {
362
+ "../../../node_modules/istanbul-lib-report/lib/tree.js"(exports, module) {
363
363
  "use strict";
364
364
  var Visitor = class {
365
365
  constructor(delegate) {
@@ -432,9 +432,9 @@ var require_tree = __commonJS({
432
432
  }
433
433
  });
434
434
 
435
- // ../../node_modules/istanbul-lib-report/lib/watermarks.js
435
+ // ../../../node_modules/istanbul-lib-report/lib/watermarks.js
436
436
  var require_watermarks = __commonJS({
437
- "../../node_modules/istanbul-lib-report/lib/watermarks.js"(exports, module) {
437
+ "../../../node_modules/istanbul-lib-report/lib/watermarks.js"(exports, module) {
438
438
  "use strict";
439
439
  module.exports = {
440
440
  getDefault() {
@@ -449,9 +449,9 @@ var require_watermarks = __commonJS({
449
449
  }
450
450
  });
451
451
 
452
- // ../../node_modules/istanbul-lib-coverage/lib/percent.js
452
+ // ../../../node_modules/istanbul-lib-coverage/lib/percent.js
453
453
  var require_percent = __commonJS({
454
- "../../node_modules/istanbul-lib-coverage/lib/percent.js"(exports, module) {
454
+ "../../../node_modules/istanbul-lib-coverage/lib/percent.js"(exports, module) {
455
455
  "use strict";
456
456
  module.exports = function(covered, total) {
457
457
  let tmp;
@@ -460,9 +460,9 @@ var require_percent = __commonJS({
460
460
  }
461
461
  });
462
462
 
463
- // ../../node_modules/istanbul-lib-coverage/lib/data-properties.js
463
+ // ../../../node_modules/istanbul-lib-coverage/lib/data-properties.js
464
464
  var require_data_properties = __commonJS({
465
- "../../node_modules/istanbul-lib-coverage/lib/data-properties.js"(exports, module) {
465
+ "../../../node_modules/istanbul-lib-coverage/lib/data-properties.js"(exports, module) {
466
466
  "use strict";
467
467
  module.exports = function(klass, properties) {
468
468
  properties.forEach((p) => {
@@ -477,9 +477,9 @@ var require_data_properties = __commonJS({
477
477
  }
478
478
  });
479
479
 
480
- // ../../node_modules/istanbul-lib-coverage/lib/coverage-summary.js
480
+ // ../../../node_modules/istanbul-lib-coverage/lib/coverage-summary.js
481
481
  var require_coverage_summary = __commonJS({
482
- "../../node_modules/istanbul-lib-coverage/lib/coverage-summary.js"(exports, module) {
482
+ "../../../node_modules/istanbul-lib-coverage/lib/coverage-summary.js"(exports, module) {
483
483
  "use strict";
484
484
  var percent = require_percent(), dataProperties = require_data_properties();
485
485
  function blankSummary() {
@@ -554,9 +554,9 @@ var require_coverage_summary = __commonJS({
554
554
  }
555
555
  });
556
556
 
557
- // ../../node_modules/istanbul-lib-coverage/lib/file-coverage.js
557
+ // ../../../node_modules/istanbul-lib-coverage/lib/file-coverage.js
558
558
  var require_file_coverage = __commonJS({
559
- "../../node_modules/istanbul-lib-coverage/lib/file-coverage.js"(exports, module) {
559
+ "../../../node_modules/istanbul-lib-coverage/lib/file-coverage.js"(exports, module) {
560
560
  "use strict";
561
561
  var percent = require_percent(), dataProperties = require_data_properties(), { CoverageSummary } = require_coverage_summary();
562
562
  function emptyCoverage(filePath, reportLogic) {
@@ -800,9 +800,9 @@ var require_file_coverage = __commonJS({
800
800
  }
801
801
  });
802
802
 
803
- // ../../node_modules/istanbul-lib-coverage/lib/coverage-map.js
803
+ // ../../../node_modules/istanbul-lib-coverage/lib/coverage-map.js
804
804
  var require_coverage_map = __commonJS({
805
- "../../node_modules/istanbul-lib-coverage/lib/coverage-map.js"(exports, module) {
805
+ "../../../node_modules/istanbul-lib-coverage/lib/coverage-map.js"(exports, module) {
806
806
  "use strict";
807
807
  var { FileCoverage } = require_file_coverage(), { CoverageSummary } = require_coverage_summary();
808
808
  function maybeConstruct(obj, klass) {
@@ -898,9 +898,9 @@ var require_coverage_map = __commonJS({
898
898
  }
899
899
  });
900
900
 
901
- // ../../node_modules/istanbul-lib-coverage/index.js
901
+ // ../../../node_modules/istanbul-lib-coverage/index.js
902
902
  var require_istanbul_lib_coverage = __commonJS({
903
- "../../node_modules/istanbul-lib-coverage/index.js"(exports, module) {
903
+ "../../../node_modules/istanbul-lib-coverage/index.js"(exports, module) {
904
904
  "use strict";
905
905
  var { FileCoverage } = require_file_coverage(), { CoverageMap } = require_coverage_map(), { CoverageSummary } = require_coverage_summary();
906
906
  module.exports = {
@@ -941,9 +941,9 @@ var require_istanbul_lib_coverage = __commonJS({
941
941
  }
942
942
  });
943
943
 
944
- // ../../node_modules/istanbul-lib-report/lib/path.js
944
+ // ../../../node_modules/istanbul-lib-report/lib/path.js
945
945
  var require_path = __commonJS({
946
- "../../node_modules/istanbul-lib-report/lib/path.js"(exports, module) {
946
+ "../../../node_modules/istanbul-lib-report/lib/path.js"(exports, module) {
947
947
  "use strict";
948
948
  var path = __require("path"), parsePath = path.parse, SEP = path.sep, origParser = parsePath, origSep = SEP;
949
949
  function makeRelativeNormalizedPath(str, sep) {
@@ -1035,9 +1035,9 @@ var require_path = __commonJS({
1035
1035
  }
1036
1036
  });
1037
1037
 
1038
- // ../../node_modules/istanbul-lib-report/lib/summarizer-factory.js
1038
+ // ../../../node_modules/istanbul-lib-report/lib/summarizer-factory.js
1039
1039
  var require_summarizer_factory = __commonJS({
1040
- "../../node_modules/istanbul-lib-report/lib/summarizer-factory.js"(exports, module) {
1040
+ "../../../node_modules/istanbul-lib-report/lib/summarizer-factory.js"(exports, module) {
1041
1041
  "use strict";
1042
1042
  var coverage = require_istanbul_lib_coverage(), Path = require_path(), { BaseNode, BaseTree } = require_tree(), ReportNode = class _ReportNode extends BaseNode {
1043
1043
  constructor(path, fileCoverage) {
@@ -1198,9 +1198,9 @@ var require_summarizer_factory = __commonJS({
1198
1198
  }
1199
1199
  });
1200
1200
 
1201
- // ../../node_modules/istanbul-lib-report/lib/context.js
1201
+ // ../../../node_modules/istanbul-lib-report/lib/context.js
1202
1202
  var require_context = __commonJS({
1203
- "../../node_modules/istanbul-lib-report/lib/context.js"(exports, module) {
1203
+ "../../../node_modules/istanbul-lib-report/lib/context.js"(exports, module) {
1204
1204
  "use strict";
1205
1205
  var fs = __require("fs"), FileWriter = require_file_writer(), XMLWriter = require_xml_writer(), tree = require_tree(), watermarks = require_watermarks(), SummarizerFactory = require_summarizer_factory();
1206
1206
  function defaultSourceLookup(path) {
@@ -1285,9 +1285,9 @@ var require_context = __commonJS({
1285
1285
  }
1286
1286
  });
1287
1287
 
1288
- // ../../node_modules/istanbul-lib-report/lib/report-base.js
1288
+ // ../../../node_modules/istanbul-lib-report/lib/report-base.js
1289
1289
  var require_report_base = __commonJS({
1290
- "../../node_modules/istanbul-lib-report/lib/report-base.js"(exports, module) {
1290
+ "../../../node_modules/istanbul-lib-report/lib/report-base.js"(exports, module) {
1291
1291
  "use strict";
1292
1292
  var _summarizer = Symbol("ReportBase.#summarizer"), ReportBase2 = class {
1293
1293
  constructor(opts = {}) {
@@ -1301,9 +1301,9 @@ var require_report_base = __commonJS({
1301
1301
  }
1302
1302
  });
1303
1303
 
1304
- // ../../node_modules/istanbul-lib-report/index.js
1304
+ // ../../../node_modules/istanbul-lib-report/index.js
1305
1305
  var require_istanbul_lib_report = __commonJS({
1306
- "../../node_modules/istanbul-lib-report/index.js"(exports, module) {
1306
+ "../../../node_modules/istanbul-lib-report/index.js"(exports, module) {
1307
1307
  "use strict";
1308
1308
  var Context = require_context(), watermarks = require_watermarks(), ReportBase2 = require_report_base();
1309
1309
  module.exports = {
@@ -1,36 +1,35 @@
1
- import CJS_COMPAT_NODE_URL_2nu5e4a9bxm from 'node:url';
2
- import CJS_COMPAT_NODE_PATH_2nu5e4a9bxm from 'node:path';
3
- import CJS_COMPAT_NODE_MODULE_2nu5e4a9bxm from "node:module";
1
+ import CJS_COMPAT_NODE_URL_gkzhspkhkep from 'node:url';
2
+ import CJS_COMPAT_NODE_PATH_gkzhspkhkep from 'node:path';
3
+ import CJS_COMPAT_NODE_MODULE_gkzhspkhkep from "node:module";
4
4
 
5
- var __filename = CJS_COMPAT_NODE_URL_2nu5e4a9bxm.fileURLToPath(import.meta.url);
6
- var __dirname = CJS_COMPAT_NODE_PATH_2nu5e4a9bxm.dirname(__filename);
7
- var require = CJS_COMPAT_NODE_MODULE_2nu5e4a9bxm.createRequire(import.meta.url);
5
+ var __filename = CJS_COMPAT_NODE_URL_gkzhspkhkep.fileURLToPath(import.meta.url);
6
+ var __dirname = CJS_COMPAT_NODE_PATH_gkzhspkhkep.dirname(__filename);
7
+ var require = CJS_COMPAT_NODE_MODULE_gkzhspkhkep.createRequire(import.meta.url);
8
8
 
9
9
  // ------------------------------------------------------------
10
10
  // end of CJS compatibility banner, injected by Storybook's esbuild configuration
11
11
  // ------------------------------------------------------------
12
12
  import {
13
13
  log
14
- } from "../_node-chunks/chunk-ON6GQNXM.js";
14
+ } from "../_node-chunks/chunk-GDOI5Q2O.js";
15
15
  import {
16
16
  any
17
- } from "../_node-chunks/chunk-52GSDTBX.js";
17
+ } from "../_node-chunks/chunk-WJLELQSN.js";
18
18
  import {
19
19
  ADDON_ID,
20
20
  COVERAGE_DIRECTORY,
21
21
  STATUS_TYPE_ID_A11Y,
22
22
  STATUS_TYPE_ID_COMPONENT_TEST,
23
- STATUS_TYPE_ID_SCREENSHOT,
24
23
  storeOptions
25
- } from "../_node-chunks/chunk-JD7SDFFJ.js";
26
- import "../_node-chunks/chunk-KKIRYHWY.js";
24
+ } from "../_node-chunks/chunk-IHQLGGID.js";
25
+ import "../_node-chunks/chunk-GIEL7V7Z.js";
27
26
  import {
28
27
  dirname,
29
28
  join,
30
29
  normalize,
31
30
  path
32
- } from "../_node-chunks/chunk-HJUKMZMH.js";
33
- import "../_node-chunks/chunk-LSSCRN52.js";
31
+ } from "../_node-chunks/chunk-IMKURHHL.js";
32
+ import "../_node-chunks/chunk-DP4GRH6K.js";
34
33
 
35
34
  // src/node/vitest.ts
36
35
  import process2 from "node:process";
@@ -41,7 +40,7 @@ import {
41
40
  experimental_getTestProviderStore
42
41
  } from "storybook/internal/core-server";
43
42
 
44
- // ../../node_modules/es-toolkit/dist/function/debounce.mjs
43
+ // ../../../node_modules/es-toolkit/dist/function/debounce.mjs
45
44
  function debounce(func, debounceMs, { signal, edges } = {}) {
46
45
  let pendingThis, pendingArgs = null, leading = edges != null && edges.includes("leading"), trailing = edges == null || edges.includes("trailing"), invoke = () => {
47
46
  pendingArgs !== null && (func.apply(pendingThis, pendingArgs), pendingThis = void 0, pendingArgs = null);
@@ -56,7 +55,7 @@ function debounce(func, debounceMs, { signal, edges } = {}) {
56
55
  }, cancel = () => {
57
56
  cancelTimer(), pendingThis = void 0, pendingArgs = null;
58
57
  }, flush = () => {
59
- invoke();
58
+ cancelTimer(), invoke();
60
59
  }, debounced = function(...args) {
61
60
  if (signal?.aborted)
62
61
  return;
@@ -67,7 +66,7 @@ function debounce(func, debounceMs, { signal, edges } = {}) {
67
66
  return debounced.schedule = schedule, debounced.cancel = cancel, debounced.flush = flush, signal?.addEventListener("abort", cancel, { once: !0 }), debounced;
68
67
  }
69
68
 
70
- // ../../node_modules/es-toolkit/dist/function/partial.mjs
69
+ // ../../../node_modules/es-toolkit/dist/function/partial.mjs
71
70
  function partial(func, ...partialArgs) {
72
71
  return partialImpl(func, placeholderSymbol, ...partialArgs);
73
72
  }
@@ -81,7 +80,7 @@ function partialImpl(func, placeholder, ...partialArgs) {
81
80
  var placeholderSymbol = Symbol("partial.placeholder");
82
81
  partial.placeholder = placeholderSymbol;
83
82
 
84
- // ../../node_modules/es-toolkit/dist/function/partialRight.mjs
83
+ // ../../../node_modules/es-toolkit/dist/function/partialRight.mjs
85
84
  function partialRight(func, ...partialArgs) {
86
85
  return partialRightImpl(func, placeholderSymbol2, ...partialArgs);
87
86
  }
@@ -95,13 +94,13 @@ function partialRightImpl(func, placeholder, ...partialArgs) {
95
94
  var placeholderSymbol2 = Symbol("partialRight.placeholder");
96
95
  partialRight.placeholder = placeholderSymbol2;
97
96
 
98
- // ../../node_modules/es-toolkit/dist/function/retry.mjs
97
+ // ../../../node_modules/es-toolkit/dist/function/retry.mjs
99
98
  var DEFAULT_RETRIES = Number.POSITIVE_INFINITY;
100
99
 
101
- // ../../node_modules/es-toolkit/dist/function/throttle.mjs
100
+ // ../../../node_modules/es-toolkit/dist/function/throttle.mjs
102
101
  function throttle(func, throttleMs, { signal, edges = ["leading", "trailing"] } = {}) {
103
102
  let pendingAt = null, debounced = debounce(func, throttleMs, { signal, edges }), throttled = function(...args) {
104
- pendingAt == null ? pendingAt = Date.now() : Date.now() - pendingAt >= throttleMs && (pendingAt = Date.now(), debounced.cancel()), debounced.apply(this, args);
103
+ pendingAt == null ? pendingAt = Date.now() : Date.now() - pendingAt >= throttleMs && (pendingAt = Date.now(), debounced.cancel()), debounced(...args);
105
104
  };
106
105
  return throttled.cancel = debounced.cancel, throttled.flush = debounced.flush, throttled;
107
106
  }
@@ -121,7 +120,7 @@ function errorToErrorLike(error) {
121
120
  import { existsSync } from "node:fs";
122
121
  import { getProjectRoot, resolvePathInStorybookCache } from "storybook/internal/common";
123
122
 
124
- // ../../node_modules/slash/index.js
123
+ // ../../../node_modules/slash/index.js
125
124
  function slash(path2) {
126
125
  return path2.startsWith("\\\\?\\") ? path2 : path2.replace(/\\/g, "/");
127
126
  }
@@ -477,19 +476,8 @@ var testStateToStatusValueMap = {
477
476
  }))
478
477
  ).filter((a11yStatus) => a11yStatus !== void 0);
479
478
  a11yStatuses.length > 0 && this.a11yStatusStore.set(a11yStatuses);
480
- let screenshotStatuses = testCaseResultsToFlush.flatMap(
481
- ({ storyId, reports }) => reports?.filter((r) => r.type === "screenshot").map((screenshotReport) => ({
482
- storyId,
483
- typeId: STATUS_TYPE_ID_SCREENSHOT,
484
- value: testStateToStatusValueMap[screenshotReport.status],
485
- title: "Screenshot",
486
- description: screenshotReport.result,
487
- sidebarContextMenu: !1
488
- }))
489
- ).filter((screenshotStatus) => screenshotStatus !== void 0);
490
- screenshotStatuses.length > 0 && this.screenshotStatusStore.set(screenshotStatuses);
491
479
  }, 500);
492
- this.store = options.store, this.componentTestStatusStore = options.componentTestStatusStore, this.a11yStatusStore = options.a11yStatusStore, this.screenshotStatusStore = options.screenshotStatusStore, this.testProviderStore = options.testProviderStore, this.onReady = options.onReady, this.storybookOptions = options.storybookOptions, this.vitestManager = new VitestManager(this), this.store.subscribe("TRIGGER_RUN", this.handleTriggerRunEvent.bind(this)), this.store.subscribe("CANCEL_RUN", this.handleCancelEvent.bind(this)), this.store.untilReady().then(() => this.vitestManager.startVitest({ coverage: this.store.getState().config.coverage })).then(() => this.onReady?.()).catch((e) => {
480
+ this.store = options.store, this.componentTestStatusStore = options.componentTestStatusStore, this.a11yStatusStore = options.a11yStatusStore, this.testProviderStore = options.testProviderStore, this.onReady = options.onReady, this.storybookOptions = options.storybookOptions, this.vitestManager = new VitestManager(this), this.store.subscribe("TRIGGER_RUN", this.handleTriggerRunEvent.bind(this)), this.store.subscribe("CANCEL_RUN", this.handleCancelEvent.bind(this)), this.store.untilReady().then(() => this.vitestManager.startVitest({ coverage: this.store.getState().config.coverage })).then(() => this.onReady?.()).catch((e) => {
493
481
  this.reportFatalError("Failed to start Vitest", e);
494
482
  });
495
483
  }
@@ -615,7 +603,6 @@ new TestManager({
615
603
  store,
616
604
  componentTestStatusStore: getStatusStore(STATUS_TYPE_ID_COMPONENT_TEST),
617
605
  a11yStatusStore: getStatusStore(STATUS_TYPE_ID_A11Y),
618
- screenshotStatusStore: getStatusStore(STATUS_TYPE_ID_SCREENSHOT),
619
606
  testProviderStore: getTestProviderStore(ADDON_ID),
620
607
  onReady: () => {
621
608
  process2.send?.({ type: "ready" });