Files
mobx-utils/test/__snapshots__/array.ts.snap
2020-05-24 11:50:26 +02:00

6 lines
268 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`it throws when index is out of bounds 1`] = `"[mobx.array] Index out of bounds: -1 is negative"`;
exports[`it throws when index is out of bounds 2`] = `"[mobx.array] Index out of bounds: 3 is not smaller than 3"`;