mirror of
https://github.com/cupcakearmy/occulto.git
synced 2025-09-08 19:00:41 +00:00
cleanup test infra
This commit is contained in:
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