mirror of
https://github.com/selfxyz/self.git
synced 2026-04-05 03:00:53 -04:00
make DEVELOPMENT_MODE global
This commit is contained in:
@@ -40,7 +40,6 @@ describe("Circuits - sha1WithRSAEncryption_65537 Register flow", function () {
|
||||
secret,
|
||||
attestation_id,
|
||||
passportData,
|
||||
{ developmentMode: true }
|
||||
);
|
||||
});
|
||||
|
||||
|
||||
@@ -39,7 +39,6 @@ describe("Circuits - sha256WithRSAEncryption_65537 Register flow", function () {
|
||||
secret,
|
||||
attestation_id,
|
||||
passportData,
|
||||
{ developmentMode: true }
|
||||
);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user