diff --git a/tests/test-fresh-sheet.js b/tests/test-fresh-sheet.js index d7aa2f5..295f1ed 100644 --- a/tests/test-fresh-sheet.js +++ b/tests/test-fresh-sheet.js @@ -65,9 +65,3 @@ describe('jane-doe.json (FRESH)', function () { }); - -// describe('subtract', function () { -// it('should return -1 when passed the params (1, 2)', function () { -// expect(math.subtract(1, 2)).to.equal(-1); -// }); -// }); diff --git a/tests/test-jrs-sheet.js b/tests/test-jrs-sheet.js index 3bfaea2..815b3aa 100644 --- a/tests/test-jrs-sheet.js +++ b/tests/test-jrs-sheet.js @@ -61,9 +61,3 @@ describe('jane-doe.json (JRS)', function () { }); - -// describe('subtract', function () { -// it('should return -1 when passed the params (1, 2)', function () { -// expect(math.subtract(1, 2)).to.equal(-1); -// }); -// });