vitest-image-snapshot 0.6.23 → 0.6.29

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vitest-image-snapshot",
3
- "version": "0.6.23",
3
+ "version": "0.6.29",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist",
@@ -135,7 +135,7 @@
135
135
  <h1>🔴 Image Snapshot Failures</h1>
136
136
  <div class="meta">
137
137
  <strong>1</strong> test failed •
138
- Generated: 11/4/2025, 4:23:56 PM
138
+ Generated: 11/5/2025, 3:59:53 PM
139
139
  </div>
140
140
  <div class="update-hint">
141
141
  💡 <strong>To update snapshots:</strong> Run <code>pnpm test -- -u</code> or <code>vitest -u</code>
@@ -160,20 +160,20 @@
160
160
  <code>red-square</code>
161
161
  </td>
162
162
  <td class="image-cell">
163
- <a href="src/test/fixtures/failing-snapshot/__image_snapshots__/red-square.png" target="_blank">
164
- <img src="src/test/fixtures/failing-snapshot/__image_snapshots__/red-square.png" alt="Expected" />
163
+ <a href="packages/vitest-image-snapshot/src/test/fixtures/failing-snapshot/__image_snapshots__/red-square.png" target="_blank">
164
+ <img src="packages/vitest-image-snapshot/src/test/fixtures/failing-snapshot/__image_snapshots__/red-square.png" alt="Expected" />
165
165
  </a>
166
166
  <div class="label">Expected</div>
167
167
  </td>
168
168
  <td class="image-cell">
169
- <a href="src/test/fixtures/failing-snapshot/__image_actual__/red-square.png" target="_blank">
170
- <img src="src/test/fixtures/failing-snapshot/__image_actual__/red-square.png" alt="Actual" />
169
+ <a href="packages/vitest-image-snapshot/src/test/fixtures/failing-snapshot/__image_actual__/red-square.png" target="_blank">
170
+ <img src="packages/vitest-image-snapshot/src/test/fixtures/failing-snapshot/__image_actual__/red-square.png" alt="Actual" />
171
171
  </a>
172
172
  <div class="label">Actual</div>
173
173
  </td>
174
174
  <td class="image-cell">
175
- <a href="src/test/fixtures/failing-snapshot/__image_diffs__/red-square.png" target="_blank">
176
- <img src="src/test/fixtures/failing-snapshot/__image_diffs__/red-square.png" alt="Diff" />
175
+ <a href="packages/vitest-image-snapshot/src/test/fixtures/failing-snapshot/__image_diffs__/red-square.png" target="_blank">
176
+ <img src="packages/vitest-image-snapshot/src/test/fixtures/failing-snapshot/__image_diffs__/red-square.png" alt="Diff" />
177
177
  </a>
178
178
  <div class="label">Diff</div>
179
179
  </td>