yarn format

This commit is contained in:
turnoffthiscomputer
2024-07-22 14:20:02 +02:00
parent 7a88d46e4f
commit 1b3891b8f3

View File

@@ -24,7 +24,10 @@ describe('RSAPSS Verifier', function () {
let circuit;
this.beforeAll(async () => {
const circuitPath = path.resolve(__dirname, '../../circuits/tests/utils/rsapss_verifier.circom');
const circuitPath = path.resolve(
__dirname,
'../../circuits/tests/utils/rsapss_verifier.circom'
);
circuit = await wasm_tester(circuitPath, {
include: [
'node_modules',