Skip to content

Commit

Permalink
test: update calculator tes
Browse files Browse the repository at this point in the history
  • Loading branch information
yjaaidi committed Dec 6, 2023
1 parent 3d0d1d6 commit 7196fcc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion apps/whiskmate/src/calculator.spec.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
describe('calculator', () => {
it.todo('should handle addition');
it.skip('should handle addition', () => {
// create new calculator
// calculator.compute('1 + 2')
// check result is 3
});
});

0 comments on commit 7196fcc

Please sign in to comment.