mirror of
https://github.com/selfxyz/self.git
synced 2026-04-05 03:00:53 -04:00
yarn format
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user