make DEVELOPMENT_MODE global

This commit is contained in:
0xturboblitz
2024-06-18 17:23:37 -07:00
parent b3a2b210a8
commit 139151c337
10 changed files with 7 additions and 13 deletions

View File

@@ -40,7 +40,6 @@ describe("Circuits - sha1WithRSAEncryption_65537 Register flow", function () {
secret,
attestation_id,
passportData,
{ developmentMode: true }
);
});

View File

@@ -39,7 +39,6 @@ describe("Circuits - sha256WithRSAEncryption_65537 Register flow", function () {
secret,
attestation_id,
passportData,
{ developmentMode: true }
);
});