Skip to content

Instantly share code, notes, and snippets.

@lgandecki
Last active June 21, 2019 11:59
Show Gist options
  • Save lgandecki/34d42f030a53da22e875276f3f130766 to your computer and use it in GitHub Desktop.
Save lgandecki/34d42f030a53da22e875276f3f130766 to your computer and use it in GitHub Desktop.
test("estimateShipping should be 0 for an item with a price over 1000", () => {
expect(estimateShipping({price: 1001})).toStrictEqual(0)
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment