Skip to content

Commit 838bc8d

Browse files
committed
add testUtils
1 parent 3686bbf commit 838bc8d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

test/testUtils.ts

+7
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)