mirror of
https://github.com/cupcakearmy/occulto.git
synced 2025-09-06 01:50:42 +00:00
cleanup test infra
This commit is contained in:
5
test/__snapshots__/random.spec.ts.snap
Normal file
5
test/__snapshots__/random.spec.ts.snap
Normal file
@@ -0,0 +1,5 @@
|
||||
// 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]`;
|
5
test/__snapshots__/rsa.spec.ts.snap
Normal file
5
test/__snapshots__/rsa.spec.ts.snap
Normal file
@@ -0,0 +1,5 @@
|
||||
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
|
||||
|
||||
exports[`RSA > Generate keys > Should not be able to generate a key below 2048bit 1`] = `[Error: bit sizes below 2048 are considered insecure.]`;
|
||||
|
||||
exports[`RSA > Generate keys > Should not be able to generate a key below 2048bit 2`] = `[Error: bit sizes below 2048 are considered insecure.]`;
|
Reference in New Issue
Block a user