12345678910111213141516 |
- // Jest Snapshot v1, https://goo.gl/fbAQLP
- exports[`identifier.json 1`] = `
- {"a":1, "b":2}
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- {"a":1, "b":2}
- `;
- exports[`issue2297.json 1`] = `
- {"a":1, "b":2}
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- {"a":1, "b":2}
- `;
|