mirror of
https://github.com/zkopru-network/zkopru.git
synced 2026-04-24 03:00:03 -04:00
7 lines
104 B
TypeScript
7 lines
104 B
TypeScript
describe('unit test', () => {
|
|
it('dummy', () => {
|
|
const a = 0
|
|
expect(a).toBeDefined()
|
|
})
|
|
})
|