cubetiq-crypto-js/test/crypto.test.ts

4 lines
46 B
TypeScript
Raw Normal View History

test("test", () => {
expect(1).toBe(1)
})