Skip to content

Commit

Permalink
[#37] commens removed
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryczko committed Jan 11, 2021
1 parent 3fb7b88 commit b389b8e
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions test/app/components/lightSaber.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,3 @@ test('Correct light saber width', () => {
updateSaber(0);
expect(screen.getByTestId('light').style.width).toBe('0%');
});




// test('updating time is working correctly',() =>{
// updateTimeText(20000);
// expect(screen.getByTestId('timer-text').textContent).toBe('Time Left: 0m 20s');
// })

0 comments on commit b389b8e

Please sign in to comment.