Files
zkopru/packages/core/tests/integration/index.test.ts
2021-03-17 21:32:08 +09:00

9 lines
165 B
TypeScript

import { Fp } from '~babyjubjub'
describe('integration test', () => {
it('field', () => {
expect.hasAssertions()
expect(Fp.from(1)).toBeDefined()
})
})