UNPKG

@myria/crypto-js

Version:

Myria's Crypto Library for common cryptographic functions

8 lines (6 loc) 249 B
// Dummy test as placeholder to comply with command $ npm run test // We can keep this file if you are not go with TDD approach first test('Dummy test sum of two numbers correctly', () => { const result = 2 + 3; expect(result).toBe(5); });