Skip to content

Commit

Permalink
test(intg): prepare test for continuous evaluation
Browse files Browse the repository at this point in the history
  • Loading branch information
lemredd committed Dec 22, 2022
1 parent 1c865d9 commit d102736
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/CalculatorContainer.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,6 @@ describe("Component: CalculatorContainer", () => {
expect(evaluationScrn.value).toEqual("1 + 1 =")
expect(entryScrn.value).toEqual("2")
})

it.todo("can continuously evaluate")
})

0 comments on commit d102736

Please sign in to comment.