occulto/test/__snapshots__/random.spec.ts.snap

6 lines
255 B
Plaintext
Raw Normal View History

2024-07-29 16:14:12 +02:00
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
exports[`Random > Should throw error on empty array 1`] = `[Error: Invalid number of bytes]`;
exports[`Random > Should throw error on negative bytes 1`] = `[Error: Invalid number of bytes]`;