Skip to content

Instantly share code, notes, and snippets.

@lgandecki
Last active June 21, 2019 09:34
Show Gist options
  • Save lgandecki/011f52764238b3d32ef44f6415b31a9c to your computer and use it in GitHub Desktop.
Save lgandecki/011f52764238b3d32ef44f6415b31a9c to your computer and use it in GitHub Desktop.
const { estimateShipping } = require("./estimateShipping");
test.todo("estimateShipping should be 0 for an item with a price over 1000");
test.todo("estimateShipping should be calculated as 1 dollar per 2 pounds for an item with a price of 1000 or below");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment