# 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',
        },
      },
    }
