We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3686bbf commit 838bc8dCopy full SHA for 838bc8d
test/testUtils.ts
@@ -0,0 +1,7 @@
1
+const defaultParams = {
2
+ discount: 10,
3
+ coupon: ":COUPON:",
4
+ expiryDate: ":EXPIRATION:",
5
+};
6
+
7
+export default defaultParams
0 commit comments