mirror of
https://github.com/selfxyz/self.git
synced 2026-04-05 03:00:53 -04:00
Ci/kyc (#1658)
* ci: add kyc to the workflow and rm new aadhaar nullifier logic * fix: true spelling
This commit is contained in:
@@ -51,7 +51,7 @@ describe('REGISTER AADHAAR Circuit Tests', function () {
|
||||
const w = await circuit.calculateWitness(inputs);
|
||||
await circuit.checkConstraints(w);
|
||||
});
|
||||
it.skip('should pass constrain and output correct nullifier and commitment', async function () {
|
||||
it('should pass constrain and output correct nullifier and commitment', async function () {
|
||||
this.timeout(0);
|
||||
const { inputs, nullifier, commitment } = prepareAadhaarRegisterTestData(
|
||||
privateKeyPem,
|
||||
|
||||
Reference in New Issue
Block a user