Skip to content

Commit

Permalink
Audit tests (#9963)
Browse files Browse the repository at this point in the history
* Preliminary small combiner test fixes

* Add disabled signers test cases for domain endpoint

* Add signer timeout tests to domain combiner

* Restructure PNP & LEGACY combiner tests before adding timeout and disabled tests

* Add timeout and disabled tests for combiner PNP and LEGACY

* Add signature configuration tests in combiner

* Small combiner fixes

* Small signer fixes
  • Loading branch information
eelanagaraj committed Oct 21, 2022
1 parent 7dafbfe commit 15f823f
Show file tree
Hide file tree
Showing 7 changed files with 1,622 additions and 1,254 deletions.
1 change: 1 addition & 0 deletions packages/phone-number-privacy/combiner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
"@celo/phone-number-privacy-signer": "2.0.0-dev",
"@types/btoa": "^1.2.3",
"@types/express": "^4.17.6",
"@types/supertest": "^2.0.12",
"@types/uuid": "^7.0.3",
"dotenv": "^8.2.0",
"firebase-functions-test": "^0.3.3",
Expand Down
1,200 changes: 704 additions & 496 deletions packages/phone-number-privacy/combiner/test/integration/domain.test.ts

Large diffs are not rendered by default.

Loading

0 comments on commit 15f823f

Please sign in to comment.