Skip to content

Commit

Permalink
✨ Allow specifying a singular width for dom snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
wwilsman committed Oct 5, 2022
1 parent 0fa56cf commit e266f02
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/core/src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,8 @@ export const snapshotSchema = {
properties: {
url: { type: 'string' },
name: { type: 'string' },
domSnapshot: { type: 'string' }
domSnapshot: { type: 'string' },
width: { $ref: '/config/snapshot#/properties/widths/items' }
},
errors: {
unevaluatedProperties: e => (
Expand Down

0 comments on commit e266f02

Please sign in to comment.