mirror of
https://github.com/selfxyz/self.git
synced 2026-01-08 22:28:11 -05:00
yarn format
This commit is contained in:
@@ -1 +1 @@
|
|||||||
nodeLinker: node-modules
|
nodeLinker: node-modules
|
||||||
|
|||||||
@@ -88,7 +88,6 @@ describe('OFAC - Passport number match', function () {
|
|||||||
const ofacCheckResult = (await circuit.getOutput(w, ['ofacCheckResult'])).ofacCheckResult;
|
const ofacCheckResult = (await circuit.getOutput(w, ['ofacCheckResult'])).ofacCheckResult;
|
||||||
expect(ofacCheckResult).to.equal('0');
|
expect(ofacCheckResult).to.equal('0');
|
||||||
});
|
});
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
// Level 2: NameDob match in OfacList
|
// Level 2: NameDob match in OfacList
|
||||||
|
|||||||
@@ -70,7 +70,7 @@ sigAlgs.forEach(({ sigAlg, hashFunction, domainParameter, keyLength }) => {
|
|||||||
path.join(
|
path.join(
|
||||||
__dirname,
|
__dirname,
|
||||||
`../circuits/prove/instances/${getCircuitName('prove', sigAlg, hashFunction, domainParameter, keyLength)}.circom`
|
`../circuits/prove/instances/${getCircuitName('prove', sigAlg, hashFunction, domainParameter, keyLength)}.circom`
|
||||||
),
|
)
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
@@ -27,10 +27,7 @@ describe('VerifyRsaPkcs1v1_5 Circuit Test', function () {
|
|||||||
const circuit = await wasmTester(
|
const circuit = await wasmTester(
|
||||||
path.join(__dirname, `../../circuits/tests/utils/rsa/test_${algorithm}.circom`),
|
path.join(__dirname, `../../circuits/tests/utils/rsa/test_${algorithm}.circom`),
|
||||||
{
|
{
|
||||||
include: [
|
include: ['node_modules', './node_modules/@zk-kit/binary-merkle-root.circom/src'],
|
||||||
'node_modules',
|
|
||||||
'./node_modules/@zk-kit/binary-merkle-root.circom/src',
|
|
||||||
],
|
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
@@ -9,11 +9,6 @@
|
|||||||
"checkJs": false,
|
"checkJs": false,
|
||||||
"outDir": "./dist"
|
"outDir": "./dist"
|
||||||
},
|
},
|
||||||
"include": [
|
"include": ["tests/**/*", "src/**/*"],
|
||||||
"tests/**/*",
|
"exclude": ["node_modules"]
|
||||||
"src/**/*"
|
}
|
||||||
],
|
|
||||||
"exclude": [
|
|
||||||
"node_modules"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user