Files
circomkit/tests/compile.test.ts
2023-06-28 23:15:55 +03:00

6 lines
163 B
TypeScript

import {expect} from 'chai';
import {Circomkit} from '../src';
// try and compile with all protocol + curve combinations
describe('compilation tests', () => {});