mirror of
https://github.com/0xbow-io/privacy-pools-core.git
synced 2026-01-09 01:17:58 -05:00
test: added skeleton for unit tests
This commit is contained in:
@@ -469,6 +469,12 @@ describe("PrivacyPoolRelayer", () => {
|
||||
);
|
||||
});
|
||||
|
||||
it.skip("throws when feeCommitment has expired", async () => {})
|
||||
|
||||
it.skip("throws when feeCommitment is not verified", async () => {})
|
||||
|
||||
it.skip("throws when there is no feeCommitment and fee is lower than calculated", async () => {})
|
||||
|
||||
it("passes when all checks pass", async () => {
|
||||
const withdrawalPayload: WithdrawalPayload = {
|
||||
withdrawal: {
|
||||
|
||||
Reference in New Issue
Block a user