# Snapshot report for `test/test-normalize.js`

The actual snapshot is saved in `test-normalize.js.snap`.

Generated by [AVA](https://avajs.dev).

## Should return all boolean attributes

> Snapshot 1

    [
      'allowfullscreen',
      'allowpaymentrequest',
      'async',
      'autofocus',
      'autoplay',
      'checked',
      'controls',
      'defer',
      'default',
      'disabled',
      'download',
      'formnovalidate',
      'hidden',
      'ismap',
      'itemscope',
      'loop',
      'multiple',
      'muted',
      'nomodule',
      'novalidate',
      'open',
      'playsinline',
      'readonly',
      'required',
      'reversed',
      'selected',
      'truespeed',
    ]

## Should return with add custome attr in list

> Snapshot 1

    [
      'allowfullscreen',
      'allowpaymentrequest',
      'async',
      'autofocus',
      'autoplay',
      'checked',
      'controls',
      'defer',
      'default',
      'disabled',
      'download',
      'formnovalidate',
      'hidden',
      'ismap',
      'itemscope',
      'loop',
      'multiple',
      'muted',
      'nomodule',
      'novalidate',
      'open',
      'playsinline',
      'readonly',
      'required',
      'reversed',
      'selected',
      'truespeed',
      'test',
    ]

## Should return with exclude one attr in list

> Snapshot 1

    [
      'allowfullscreen',
      'allowpaymentrequest',
      'async',
      'autofocus',
      'autoplay',
      'checked',
      'controls',
      'defer',
      'default',
      'disabled',
      'download',
      'formnovalidate',
      'hidden',
      'ismap',
      'itemscope',
      'loop',
      'multiple',
      'muted',
      'nomodule',
      'novalidate',
      'playsinline',
      'readonly',
      'required',
      'reversed',
      'selected',
      'truespeed',
    ]
