mirror of
https://github.com/erhant/circomkit.git
synced 2026-05-05 03:00:37 -04:00
6 lines
163 B
TypeScript
6 lines
163 B
TypeScript
import {expect} from 'chai';
|
|
import {Circomkit} from '../src';
|
|
|
|
// try and compile with all protocol + curve combinations
|
|
describe('compilation tests', () => {});
|