# Snapshot report for `src/utils/__tests__/leb128-spec.js`

The actual snapshot is saved in `leb128-spec.js.snap`.

Generated by [AVA](https://ava.li).

## LEB128 signed encoding

> Snapshot 1

    [
      '0x9B',
      '0xF1',
      '0x59',
    ]

## LEB128 unsigned encoding

> Snapshot 1

    [
      '0xE5',
      '0x8E',
      '0x26',
    ]
