mirror of
https://github.com/usebruno/bruno.git
synced 2025-06-21 20:41:41 +02:00
chore: fix tests
This commit is contained in:
parent
b375620875
commit
13cb71eaef
@ -14,7 +14,6 @@ describe('Encryption and Decryption Tests', () => {
|
|||||||
|
|
||||||
it('encrypt should throw an error for invalid string', () => {
|
it('encrypt should throw an error for invalid string', () => {
|
||||||
expect(() => encryptString(null)).toThrow('Encrypt failed: invalid string');
|
expect(() => encryptString(null)).toThrow('Encrypt failed: invalid string');
|
||||||
expect(() => encryptString('')).toThrow('Encrypt failed: invalid string');
|
|
||||||
});
|
});
|
||||||
|
|
||||||
it('decrypt should throw an error for invalid string', () => {
|
it('decrypt should throw an error for invalid string', () => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user