aboutsummaryrefslogtreecommitdiff
path: root/src/types-test.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-05-27 22:55:52 +0200
committerFlorian Dold <florian.dold@gmail.com>2017-05-27 22:55:52 +0200
commit478a089e521de81ca47fc54518bc6a241823d9ae (patch)
tree434360d5090263688950ae180184c96f590ab9ff /src/types-test.ts
parent9a1b2c8ccc5f079dae4966dfd011f4076a53dc20 (diff)
downloadwallet-core-478a089e521de81ca47fc54518bc6a241823d9ae.tar.xz
fix module loading for node under fake web workers
Diffstat (limited to 'src/types-test.ts')
-rw-r--r--src/types-test.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/types-test.ts b/src/types-test.ts
index bc053b40b..780d49e45 100644
--- a/src/types-test.ts
+++ b/src/types-test.ts
@@ -53,6 +53,9 @@ test("contract validation", t => {
timestamp: "Date(12345)",
transaction_id: 1234,
fulfillment_url: "foo",
+ wire_method: "test",
+ order_id: "test_order",
+ pay_url: "https://example.com/pay",
};
types.Contract.checked(c);