mirror of
https://github.com/zkopru-network/zkopru.git
synced 2026-04-24 03:00:03 -04:00
9 lines
165 B
TypeScript
9 lines
165 B
TypeScript
import { Fp } from '~babyjubjub'
|
|
|
|
describe('integration test', () => {
|
|
it('field', () => {
|
|
expect.hasAssertions()
|
|
expect(Fp.from(1)).toBeDefined()
|
|
})
|
|
})
|