mirror of
https://github.com/selfxyz/self.git
synced 2026-01-07 22:04:03 -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;
|
||||
expect(ofacCheckResult).to.equal('0');
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
// Level 2: NameDob match in OfacList
|
||||
|
||||
@@ -70,7 +70,7 @@ sigAlgs.forEach(({ sigAlg, hashFunction, domainParameter, keyLength }) => {
|
||||
path.join(
|
||||
__dirname,
|
||||
`../circuits/prove/instances/${getCircuitName('prove', sigAlg, hashFunction, domainParameter, keyLength)}.circom`
|
||||
),
|
||||
)
|
||||
);
|
||||
});
|
||||
|
||||
|
||||
@@ -27,10 +27,7 @@ describe('VerifyRsaPkcs1v1_5 Circuit Test', function () {
|
||||
const circuit = await wasmTester(
|
||||
path.join(__dirname, `../../circuits/tests/utils/rsa/test_${algorithm}.circom`),
|
||||
{
|
||||
include: [
|
||||
'node_modules',
|
||||
'./node_modules/@zk-kit/binary-merkle-root.circom/src',
|
||||
],
|
||||
include: ['node_modules', './node_modules/@zk-kit/binary-merkle-root.circom/src'],
|
||||
}
|
||||
);
|
||||
|
||||
|
||||
@@ -9,11 +9,6 @@
|
||||
"checkJs": false,
|
||||
"outDir": "./dist"
|
||||
},
|
||||
"include": [
|
||||
"tests/**/*",
|
||||
"src/**/*"
|
||||
],
|
||||
"exclude": [
|
||||
"node_modules"
|
||||
]
|
||||
}
|
||||
"include": ["tests/**/*", "src/**/*"],
|
||||
"exclude": ["node_modules"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user