@adobe/spectrum-tokens
Version:
Design tokens for Spectrum, Adobe's design system
48 lines (42 loc) • 1.23 kB
Markdown
# Snapshot report for `test/deprecateExpress.test.js`
The actual snapshot is saved in `deprecateExpress.test.js.snap`.
Generated by [AVA](https://avajs.dev).
## Deprecate Express should add deprecation metadata to Express tokens
> Snapshot 1
{
'corner-radius-100': {
sets: {
express: {
sets: {
desktop: {
deprecated: true,
deprecated_comment: 'Express will merge with Spectrum with the release of Spectrum 2.',
value: '6px',
},
mobile: {
deprecated: true,
deprecated_comment: 'Express will merge with Spectrum with the release of Spectrum 2.',
value: '8px',
},
},
},
spectrum: {
sets: {
desktop: {
value: '4px',
},
mobile: {
value: '5px',
},
},
},
},
},
foo: {
express: {
deprecated: true,
deprecated_comment: 'Express will merge with Spectrum with the release of Spectrum 2.',
value: 'bar',
},
},
}