@recursica/adapter-tester 5.1.2 → 5.1.4

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.
package/dist/testing.js CHANGED
@@ -1,15 +1,15 @@
1
1
  import { expect as D } from "@playwright/test";
2
- import { existsSync as v, unlinkSync as H, readFileSync as E, mkdirSync as b, writeFileSync as A, closeSync as Y, openSync as Q, renameSync as Z, rmSync as ee } from "node:fs";
3
- import te from "pixelmatch";
2
+ import { existsSync as y, unlinkSync as Y, readFileSync as E, mkdirSync as k, writeFileSync as A, closeSync as Q, openSync as Z, renameSync as ee, rmSync as te } from "node:fs";
3
+ import re from "pixelmatch";
4
4
  import { PNG as j } from "pngjs";
5
5
  import { join as M } from "node:path";
6
- import { a as re, i as oe } from "./index-DqQzFSAH.js";
7
- function J(e, t) {
6
+ import { a as oe, i as ne } from "./index-DqQzFSAH.js";
7
+ function R(e, t) {
8
8
  const o = j.sync.read(e), r = j.sync.read(t);
9
9
  if (o.width !== r.width || o.height !== r.height)
10
10
  return { diffPixels: 1 / 0, diffImage: null };
11
11
  const s = new j({ width: o.width, height: o.height });
12
- return { diffPixels: te(
12
+ return { diffPixels: re(
13
13
  o.data,
14
14
  r.data,
15
15
  s.data,
@@ -18,21 +18,21 @@ function J(e, t) {
18
18
  { threshold: 0.1 }
19
19
  ), diffImage: j.sync.write(s) };
20
20
  }
21
- const ne = "http://json-schema.org/draft-07/schema#", se = "https://github.com/borderux/recursica/tree/main/packages/adapter-tester/src/golden/manifest.schema.json", ie = "test/golden/manifest.json", ae = "Tracks golden (baseline) image metadata for @recursica/adapter-tester's golden-image visual regression checks. One manifest lives alongside its adapter's test/golden/<story-id>.png files, keyed by story id.", ce = "object", de = { type: "object", additionalProperties: !1, required: ["createdAt"], properties: { createdAt: { type: "string", format: "date-time", description: "When this story's own golden PNG was last captured, via --update-golden, --approve-divergence, or first-run auto-create." }, sourceOfTruthCreatedAt: { type: "string", format: "date-time", description: "The source-of-truth adapter's (mantine) manifest `createdAt` for this story at the time this adapter's divergence from it was last reviewed via --approve-divergence. Omitted on the source-of-truth adapter's own manifest, and omitted here until the first approval. If mantine's current `createdAt` for this story is newer than this value, the divergence is flagged again for re-review." } } }, he = {
22
- $schema: ne,
23
- $id: se,
24
- title: ie,
25
- description: ae,
26
- type: ce,
27
- additionalProperties: de
28
- }, ue = oe, K = new re.Ajv({ allErrors: !0, strict: !0 });
29
- ue(K);
30
- const R = K.compile(he);
31
- function L(e, t) {
32
- if (R(e)) return;
33
- const o = (R.errors ?? []).map((r) => {
34
- var i;
35
- const s = (i = r.params) != null && i.additionalProperty ? ` '${r.params.additionalProperty}'` : "";
21
+ const se = "http://json-schema.org/draft-07/schema#", ie = "https://github.com/borderux/recursica/tree/main/packages/adapter-tester/src/golden/manifest.schema.json", ae = "test/golden/manifest.json", ce = "Tracks golden (baseline) image metadata for @recursica/adapter-tester's golden-image visual regression checks. One manifest lives alongside its adapter's test/golden/<story-id>.png files, keyed by story id.", de = "object", he = { type: "object", additionalProperties: !1, required: ["createdAt"], properties: { createdAt: { type: "string", format: "date-time", description: "When this story's own golden PNG was last captured, via --update-golden, --approve-divergence, or first-run auto-create." }, sourceOfTruthCreatedAt: { type: "string", format: "date-time", description: "The source-of-truth adapter's (mantine) manifest `createdAt` for this story at the time this adapter's divergence from it was last reviewed via --approve-divergence. Omitted on the source-of-truth adapter's own manifest, and omitted here until the first approval. If mantine's current `createdAt` for this story is newer than this value, the divergence is flagged again for re-review." } } }, ue = {
22
+ $schema: se,
23
+ $id: ie,
24
+ title: ae,
25
+ description: ce,
26
+ type: de,
27
+ additionalProperties: he
28
+ }, fe = ne, q = new oe.Ajv({ allErrors: !0, strict: !0 });
29
+ fe(q);
30
+ const U = q.compile(ue);
31
+ function N(e, t) {
32
+ if (U(e)) return;
33
+ const o = (U.errors ?? []).map((r) => {
34
+ var a;
35
+ const s = (a = r.params) != null && a.additionalProperty ? ` '${r.params.additionalProperty}'` : "";
36
36
  return ` - ${r.instancePath || "root"} ${r.message}${s}`;
37
37
  }).join(`
38
38
  `);
@@ -42,7 +42,7 @@ ${o}`);
42
42
  function G(e) {
43
43
  return M(e, "manifest.json");
44
44
  }
45
- function q(e) {
45
+ function V(e) {
46
46
  return M(e, "manifest.json.lock");
47
47
  }
48
48
  function S(e, t) {
@@ -50,31 +50,31 @@ function S(e, t) {
50
50
  }
51
51
  function P(e) {
52
52
  const t = G(e);
53
- if (!v(t)) return {};
53
+ if (!y(t)) return {};
54
54
  const o = JSON.parse(E(t, "utf8"));
55
- return L(o, t), o;
55
+ return N(o, t), o;
56
56
  }
57
57
  function le(e, t) {
58
58
  const o = G(e);
59
- L(t, o);
59
+ N(t, o);
60
60
  const r = {};
61
- for (const i of Object.keys(t).sort())
62
- r[i] = t[i];
63
- b(e, { recursive: !0 });
61
+ for (const a of Object.keys(t).sort())
62
+ r[a] = t[a];
63
+ k(e, { recursive: !0 });
64
64
  const s = `${o}.tmp-${process.pid}-${Math.random().toString(36).slice(2)}`;
65
65
  A(s, JSON.stringify(r, null, 2) + `
66
- `), Z(s, o);
66
+ `), ee(s, o);
67
67
  }
68
- const fe = 25, pe = 15e3;
69
- function me(e) {
68
+ const pe = 25, me = 15e3;
69
+ function ge(e) {
70
70
  return new Promise((t) => setTimeout(t, e));
71
71
  }
72
- async function ge(e) {
73
- b(e, { recursive: !0 });
74
- const t = q(e), o = Date.now() + pe;
72
+ async function we(e) {
73
+ k(e, { recursive: !0 });
74
+ const t = V(e), o = Date.now() + me;
75
75
  for (; ; )
76
76
  try {
77
- Y(Q(t, "wx"));
77
+ Q(Z(t, "wx"));
78
78
  return;
79
79
  } catch (r) {
80
80
  if (r.code !== "EEXIST") throw r;
@@ -82,44 +82,44 @@ async function ge(e) {
82
82
  throw new Error(
83
83
  `Timed out waiting for the manifest lock at "${t}" — delete it if a previous run crashed while holding it.`
84
84
  );
85
- await me(fe);
85
+ await ge(pe);
86
86
  }
87
87
  }
88
- function we(e) {
89
- ee(q(e), { force: !0 });
88
+ function ye(e) {
89
+ te(V(e), { force: !0 });
90
90
  }
91
- async function V(e, t, o) {
92
- await ge(e);
91
+ async function W(e, t, o) {
92
+ await we(e);
93
93
  try {
94
94
  const r = P(e), s = o(r[t]);
95
95
  return s === void 0 ? delete r[t] : r[t] = s, le(e, r), s;
96
96
  } finally {
97
- we(e);
97
+ ye(e);
98
98
  }
99
99
  }
100
- function ye(e, t, o) {
101
- b(e, { recursive: !0 }), A(S(e, t), o);
100
+ function ve(e, t, o) {
101
+ k(e, { recursive: !0 }), A(S(e, t), o);
102
102
  }
103
- async function ve(e, t) {
103
+ async function Te(e, t) {
104
104
  const o = P(e), r = Object.keys(o).filter(
105
105
  (s) => !t.has(s)
106
106
  );
107
107
  for (const s of r) {
108
- const i = S(e, s);
109
- v(i) && H(i), await V(e, s, () => {
108
+ const a = S(e, s);
109
+ y(a) && Y(a), await W(e, s, () => {
110
110
  });
111
111
  }
112
112
  return r;
113
113
  }
114
- const Te = "borderux/recursica-adapter-mantine-v8";
114
+ const J = "borderux/recursica-adapter-mantine-v8";
115
115
  async function $e(e, t) {
116
- var i, d;
116
+ var a, d;
117
117
  const o = await fetch(`https://registry.npmjs.org/${e}`);
118
118
  if (!o.ok)
119
119
  throw new Error(
120
120
  `Could not reach npm registry for ${e}: ${o.statusText}`
121
121
  );
122
- const r = await o.json(), s = ((i = r["dist-tags"]) == null ? void 0 : i[t]) ?? ((d = r.versions) != null && d[t] ? t : void 0);
122
+ const r = await o.json(), s = ((a = r["dist-tags"]) == null ? void 0 : a[t]) ?? ((d = r.versions) != null && d[t] ? t : void 0);
123
123
  if (!s)
124
124
  throw new Error(
125
125
  `${e} has no version or dist-tag "${t}" on the npm registry.`
@@ -127,67 +127,70 @@ async function $e(e, t) {
127
127
  return s;
128
128
  }
129
129
  async function Oe(e) {
130
- if (e.type === "local")
131
- return v(G(e.dir)) ? {
130
+ if (e.type === "local") {
131
+ if (!y(G(e.dir)))
132
+ throw new Error(
133
+ `No golden baseline found at ${e.dir} — the source-of-truth divergence check has nothing to compare against. Capture one there first (--update-golden), or fix sourceOfTruth.dir if it's pointing at the wrong checkout.`
134
+ );
135
+ return {
132
136
  manifest: P(e.dir),
133
137
  async readImage(h) {
134
138
  const c = S(e.dir, h);
135
- return v(c) ? E(c) : null;
139
+ return y(c) ? E(c) : null;
136
140
  }
137
- } : (console.warn(
138
- `No golden baseline found yet at ${e.dir} — source-of-truth divergence check skipped for this run.`
139
- ), null);
141
+ };
142
+ }
140
143
  let t;
141
144
  try {
142
145
  t = await $e(
143
146
  e.packageName,
144
147
  e.versionSpec
145
148
  );
146
- } catch (a) {
147
- return console.warn(
148
- `Could not resolve ${e.packageName}@${e.versionSpec} — source-of-truth divergence check skipped for this run.`,
149
- a
150
- ), null;
149
+ } catch (i) {
150
+ throw new Error(
151
+ `Could not resolve ${e.packageName}@${e.versionSpec} on the npm registry — the source-of-truth divergence check has nothing to compare against.`,
152
+ { cause: i }
153
+ );
151
154
  }
152
- const o = M(e.cacheDir, t), r = `${e.packageName}@${t}`, s = `https://raw.githubusercontent.com/${Te}/${r}/test/golden`;
153
- let i;
155
+ const o = M(e.cacheDir, t), r = `v${t}`, s = `https://raw.githubusercontent.com/${J}/${r}/test/golden`;
156
+ let a;
154
157
  const d = G(o);
155
- if (v(d))
156
- i = P(o);
158
+ if (y(d))
159
+ a = P(o);
157
160
  else {
158
- let a;
161
+ let i;
159
162
  try {
160
- a = await fetch(`${s}/manifest.json`);
163
+ i = await fetch(`${s}/manifest.json`);
161
164
  } catch (m) {
162
- return console.warn(
163
- `Could not reach GitHub to fetch ${r}'s golden baseline — source-of-truth divergence check skipped for this run.`,
164
- m
165
- ), null;
165
+ throw new Error(
166
+ `Could not reach GitHub to fetch ${r}'s golden baseline (${s}/manifest.json) — the source-of-truth divergence check has nothing to compare against.`,
167
+ { cause: m }
168
+ );
166
169
  }
167
- if (!a.ok)
168
- return console.warn(
169
- `No golden baseline published for ${r} — source-of-truth divergence check skipped for this run.`
170
- ), null;
171
- const h = await a.text(), c = JSON.parse(h);
172
- L(c, `${s}/manifest.json`), b(o, { recursive: !0 }), A(d, h), i = c;
170
+ if (!i.ok)
171
+ throw new Error(
172
+ `No golden baseline published for tag "${r}" in ${J} (${s}/manifest.json returned ${i.status}) — the source-of-truth divergence check has nothing to compare against. Confirm that tag exists and its release actually published test/golden/.`
173
+ );
174
+ const h = await i.text(), c = JSON.parse(h);
175
+ N(c, `${s}/manifest.json`), k(o, { recursive: !0 }), A(d, h), a = c;
173
176
  }
174
177
  return {
175
- manifest: i,
176
- async readImage(a) {
177
- const h = S(o, a);
178
- if (v(h)) return E(h);
179
- const c = await fetch(`${s}/${a}.png`);
178
+ manifest: a,
179
+ async readImage(i) {
180
+ const h = S(o, i);
181
+ if (y(h)) return E(h);
182
+ const c = await fetch(`${s}/${i}.png`);
180
183
  if (!c.ok) return null;
181
184
  const m = Buffer.from(await c.arrayBuffer());
182
- return b(o, { recursive: !0 }), A(h, m), m;
185
+ return k(o, { recursive: !0 }), A(h, m), m;
183
186
  }
184
187
  };
185
188
  }
186
- const ke = ["Theme", "Tokens", "Introduction"];
187
- function N(e, t) {
189
+ const xe = ["Theme", "Tokens", "Introduction"];
190
+ function L(e, t) {
188
191
  return e === t || e.startsWith(t);
189
192
  }
190
- async function xe(e, t) {
193
+ async function be(e, t) {
191
194
  let o;
192
195
  try {
193
196
  const r = await fetch(`${e.url}/index.json`);
@@ -195,12 +198,12 @@ async function xe(e, t) {
195
198
  throw new Error(
196
199
  `Failed to fetch Storybook index: ${r.statusText}`
197
200
  );
198
- const i = (await r.json()).entries || {};
199
- o = Object.values(i).filter(
201
+ const a = (await r.json()).entries || {};
202
+ o = Object.values(a).filter(
200
203
  (d) => d.type === "story" && !t.some(
201
- (a) => d.title === a || d.title.startsWith(`${a}/`)
204
+ (i) => d.title === i || d.title.startsWith(`${i}/`)
202
205
  )
203
- ), o.sort((d, a) => d.id.localeCompare(a.id));
206
+ ), o.sort((d, i) => d.id.localeCompare(i.id));
204
207
  } catch (r) {
205
208
  throw console.error(
206
209
  "Failed to load Storybook index from",
@@ -212,10 +215,10 @@ async function xe(e, t) {
212
215
  }
213
216
  return o;
214
217
  }
215
- function U(e, t, o) {
218
+ function K(e, t, o) {
216
219
  let r;
217
220
  for (const s of Object.keys(t))
218
- N(e, s) && (!r || s.length > r.length) && (r = s);
221
+ L(e, s) && (!r || s.length > r.length) && (r = s);
219
222
  return r !== void 0 ? t[r] : o;
220
223
  }
221
224
  async function Ge(e) {
@@ -224,26 +227,26 @@ async function Ge(e) {
224
227
  throw new Error(
225
228
  "adapter-tester config has no non-sourceOfTruth target to run the golden check against."
226
229
  );
227
- const o = e.excludeTitlePrefixes ?? ke, r = e.stories ?? {}, s = Object.keys(r).filter(
230
+ const o = e.excludeTitlePrefixes ?? xe, r = e.stories ?? {}, s = Object.keys(r).filter(
228
231
  (n) => r[n].exclude
229
- ), i = Object.fromEntries(
232
+ ), a = Object.fromEntries(
230
233
  Object.entries(r).filter(([, n]) => n.goldenThreshold !== void 0).map(([n, u]) => [n, u.goldenThreshold])
231
234
  ), d = Object.fromEntries(
232
235
  Object.entries(r).filter(([, n]) => n.sourceOfTruthThreshold !== void 0).map(([n, u]) => [n, u.sourceOfTruthThreshold])
233
- ), a = e.goldenDir, h = e.goldenMode, c = e.checkMode, m = await xe(t, o), I = m.filter(
234
- (n) => !s.some((u) => N(n.id, u))
236
+ ), i = e.goldenDir, h = e.goldenMode, c = e.checkMode, m = await be(t, o), C = m.filter(
237
+ (n) => !s.some((u) => L(n.id, u))
235
238
  );
236
239
  if (h === "update-golden") {
237
- const n = await ve(
238
- a,
239
- new Set(I.map((u) => u.id))
240
+ const n = await Te(
241
+ i,
242
+ new Set(C.map((u) => u.id))
240
243
  );
241
244
  n.length > 0 && console.warn(
242
245
  `Pruned ${n.length} orphaned golden(s) no longer in Storybook: ${n.join(", ")}`
243
246
  );
244
247
  }
245
- const g = c !== "divergence" || e.isSourceOfTruthAdapter || !e.sourceOfTruthGolden ? null : await Oe(e.sourceOfTruthGolden), W = new Set(m.map((n) => n.id)), T = g ? Object.keys(g.manifest).filter(
246
- (n) => !W.has(n) && !s.some((u) => N(n, u))
248
+ const v = c !== "divergence" || e.isSourceOfTruthAdapter || !e.sourceOfTruthGolden ? null : await Oe(e.sourceOfTruthGolden), X = new Set(m.map((n) => n.id)), T = v ? Object.keys(v.manifest).filter(
249
+ (n) => !X.has(n) && !s.some((u) => L(n, u))
247
250
  ).sort() : [];
248
251
  T.length > 0 && console.error(
249
252
  `[adapter-tester] ${T.length} stor(y/ies) exist in the source of truth but are missing here: ${T.join(", ")}. Add the missing story, or mark it \`exclude: true\` under \`stories\` in adapter-tester.config.json if intentional.`
@@ -254,111 +257,116 @@ async function Ge(e) {
254
257
  `[adapter-tester] goldenMode: "${h}"`,
255
258
  `[adapter-tester] goldenThresholdPixels: ${e.goldenThresholdPixels}`,
256
259
  `[adapter-tester] sourceOfTruthThresholdPixels: ${e.sourceOfTruthThresholdPixels}`,
257
- c === "divergence" ? e.isSourceOfTruthAdapter ? "[adapter-tester] sourceOfTruthGolden: skipped — this is the source-of-truth adapter, nothing to diverge from" : e.sourceOfTruthGolden ? g ? `[adapter-tester] sourceOfTruthGolden: resolved, ${Object.keys(g.manifest).length} golden(s) available (config: ${JSON.stringify(e.sourceOfTruthGolden)})` : `[adapter-tester] sourceOfTruthGolden: unavailable — no baseline found or unreachable (config: ${JSON.stringify(e.sourceOfTruthGolden)}); divergence check will skip every story` : "[adapter-tester] sourceOfTruthGolden: skipped — no sourceOfTruthGolden configured" : '[adapter-tester] sourceOfTruthGolden: not used in "own" checkMode',
258
- `[adapter-tester] stories: ${I.length} to check (excluded: ${s.length}, title prefixes excluded: ${o.join(", ") || "none"})`,
260
+ c === "divergence" ? e.isSourceOfTruthAdapter ? "[adapter-tester] sourceOfTruthGolden: skipped — this is the source-of-truth adapter, nothing to diverge from" : e.sourceOfTruthGolden ? (
261
+ // Unresolvable-baseline case never reaches here — resolveSourceOfTruthGolden
262
+ // throws instead of returning null, failing the whole run before this
263
+ // logs, rather than letting the divergence check silently no-op.
264
+ `[adapter-tester] sourceOfTruthGolden: resolved, ${Object.keys(v.manifest).length} golden(s) available (config: ${JSON.stringify(e.sourceOfTruthGolden)})`
265
+ ) : "[adapter-tester] sourceOfTruthGolden: skipped — no sourceOfTruthGolden configured" : '[adapter-tester] sourceOfTruthGolden: not used in "own" checkMode',
266
+ `[adapter-tester] stories: ${C.length} to check (excluded: ${s.length}, title prefixes excluded: ${o.join(", ") || "none"})`,
259
267
  `[adapter-tester] story parity with source of truth: ${T.length === 0 ? "OK" : `${T.length} missing (see error above)`}`
260
268
  ].join(`
261
269
  `)
262
270
  );
263
- const X = c === "divergence" ? "Source-of-Truth Divergence Check" : "Own-Drift Golden Image Check";
271
+ const z = c === "divergence" ? "Source-of-Truth Divergence Check" : "Own-Drift Golden Image Check";
264
272
  return {
265
273
  ownTargetName: t.name,
266
- suiteLabel: X,
267
- stories: I,
274
+ suiteLabel: z,
275
+ stories: C,
268
276
  missingFromSourceOfTruth: T,
269
277
  checkStory: async (n, u, p) => {
270
- const w = await u.newPage();
271
- await w.setViewportSize({ width: 800, height: 600 }), await w.goto(
278
+ const g = await u.newPage();
279
+ await g.setViewportSize({ width: 800, height: 600 }), await g.goto(
272
280
  `${t.url}/iframe.html?id=${n.id}&viewMode=story`,
273
281
  { waitUntil: "networkidle" }
274
- ), await w.waitForSelector("#storybook-root"), await w.addStyleTag({
282
+ ), await g.waitForSelector("#storybook-root"), await g.addStyleTag({
275
283
  content: "* { -webkit-font-smoothing: antialiased !important; -moz-osx-font-smoothing: grayscale !important; }"
276
- }), await w.evaluate(
284
+ }), await g.evaluate(
277
285
  () => Promise.all(
278
286
  Array.from(
279
287
  document.querySelectorAll(
280
288
  'link[rel="stylesheet"]'
281
289
  )
282
290
  ).map(
283
- (l) => l.sheet ? Promise.resolve() : new Promise((f) => {
284
- l.addEventListener("load", () => f(), {
291
+ (f) => f.sheet ? Promise.resolve() : new Promise((l) => {
292
+ f.addEventListener("load", () => l(), {
285
293
  once: !0
286
- }), l.addEventListener("error", () => f(), {
294
+ }), f.addEventListener("error", () => l(), {
287
295
  once: !0
288
296
  });
289
297
  })
290
298
  )
291
299
  ).then(() => document.fonts.ready)
292
- ), await w.waitForTimeout(300);
293
- const x = await w.screenshot(), B = S(a, n.id), y = P(a)[n.id], z = h !== "check" || !y || !v(B);
300
+ ), await g.waitForTimeout(300);
301
+ const b = await g.screenshot(), B = S(i, n.id), w = P(i)[n.id], H = h !== "check" || !w || !y(B);
294
302
  let $;
295
- if (z)
296
- ye(a, n.id, x), $ = y != null && y.sourceOfTruthCreatedAt ? {
303
+ if (H)
304
+ ve(i, n.id, b), $ = w != null && w.sourceOfTruthCreatedAt ? {
297
305
  createdAt: (/* @__PURE__ */ new Date()).toISOString(),
298
- sourceOfTruthCreatedAt: y.sourceOfTruthCreatedAt
299
- } : { createdAt: (/* @__PURE__ */ new Date()).toISOString() }, y || p.annotations.push({
306
+ sourceOfTruthCreatedAt: w.sourceOfTruthCreatedAt
307
+ } : { createdAt: (/* @__PURE__ */ new Date()).toISOString() }, w || p.annotations.push({
300
308
  type: "golden-created",
301
309
  description: `No golden existed yet for "${n.id}" — captured one from this run.`
302
310
  });
303
- else if ($ = y, c === "own") {
304
- const l = E(B), { diffPixels: f, diffImage: O } = J(
305
- x,
306
- l
307
- ), k = U(
311
+ else if ($ = w, c === "own") {
312
+ const f = E(B), { diffPixels: l, diffImage: O } = R(
313
+ b,
314
+ f
315
+ ), x = K(
308
316
  n.id,
309
- i,
317
+ a,
310
318
  e.goldenThresholdPixels
311
319
  );
312
- f >= k && (await p.attach("expected", {
313
- body: l,
320
+ l >= x && (await p.attach("expected", {
321
+ body: f,
314
322
  contentType: "image/png"
315
323
  }), await p.attach("actual", {
316
- body: x,
324
+ body: b,
317
325
  contentType: "image/png"
318
326
  }), O && await p.attach("diff", {
319
327
  body: O,
320
328
  contentType: "image/png"
321
329
  })), D.soft(
322
- f,
323
- `"${n.id}" has drifted from its own golden image (${f} mismatched pixels, threshold ${k})`
324
- ).toBeLessThan(k);
330
+ l,
331
+ `"${n.id}" has drifted from its own golden image (${l} mismatched pixels, threshold ${x})`
332
+ ).toBeLessThan(x);
325
333
  }
326
- if (g) {
327
- const l = g.manifest[n.id], f = l ? await g.readImage(n.id) : null;
328
- if (l && f)
334
+ if (v) {
335
+ const f = v.manifest[n.id], l = f ? await v.readImage(n.id) : null;
336
+ if (f && l)
329
337
  if (h === "approve-divergence")
330
338
  $ = {
331
339
  ...$,
332
- sourceOfTruthCreatedAt: l.createdAt
340
+ sourceOfTruthCreatedAt: f.createdAt
333
341
  };
334
342
  else {
335
- const { diffPixels: O, diffImage: k } = J(
336
- x,
337
- f
338
- ), C = U(
343
+ const { diffPixels: O, diffImage: x } = R(
344
+ b,
345
+ l
346
+ ), I = K(
339
347
  n.id,
340
348
  d,
341
349
  e.sourceOfTruthThresholdPixels
342
- ), F = $.sourceOfTruthCreatedAt, _ = O < C || F !== void 0 && F >= l.createdAt;
350
+ ), F = $.sourceOfTruthCreatedAt, _ = O < I || F !== void 0 && F >= f.createdAt;
343
351
  _ || (await p.attach("expected", {
344
- body: f,
352
+ body: l,
345
353
  contentType: "image/png"
346
354
  }), await p.attach("actual", {
347
- body: x,
355
+ body: b,
348
356
  contentType: "image/png"
349
- }), k && await p.attach("diff", {
350
- body: k,
357
+ }), x && await p.attach("diff", {
358
+ body: x,
351
359
  contentType: "image/png"
352
360
  }), p.annotations.push({
353
361
  type: "source-of-truth-divergence",
354
- description: `"${n.id}" differs from the source of truth's golden by ${O} mismatched pixels (threshold ${C}) and hasn't been reviewed — run with --approve-divergence if this is intentional, or fix the adapter styling.`
362
+ description: `"${n.id}" differs from the source of truth's golden by ${O} mismatched pixels (threshold ${I}) and hasn't been reviewed — run with --approve-divergence if this is intentional, or fix the adapter styling.`
355
363
  })), D.soft(
356
364
  _,
357
- `"${n.id}" differs from the source of truth's golden by ${O} mismatched pixels (threshold ${C}) and hasn't been reviewed — run with --approve-divergence if this is intentional, or fix the adapter styling.`
365
+ `"${n.id}" differs from the source of truth's golden by ${O} mismatched pixels (threshold ${I}) and hasn't been reviewed — run with --approve-divergence if this is intentional, or fix the adapter styling.`
358
366
  ).toBe(!0);
359
367
  }
360
368
  }
361
- await V(a, n.id, () => $);
369
+ await W(i, n.id, () => $);
362
370
  }
363
371
  };
364
372
  }