* ci: add kyc to the workflow and rm new aadhaar nullifier logic

* fix: true spelling
This commit is contained in:
Nesopie
2026-01-27 19:38:28 +05:30
committed by GitHub
parent 9f7151be7a
commit 41a4d9374d
4 changed files with 23 additions and 11 deletions

View File

@@ -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,