Skip to content

Instantly share code, notes, and snippets.

@jasongorman
Created July 31, 2019 15:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jasongorman/f25c018486b6480bae31a8d120cba989 to your computer and use it in GitHub Desktop.
Save jasongorman/f25c018486b6480bae31a8d120cba989 to your computer and use it in GitHub Desktop.
const {StubPayments} = require("./stubpayments");
const {Customer} = require("../customer");
const {CD, OutOfStockError} = require('../cd.js');
const {Description} = require('../description');
describe("buy a CD", function() {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment