Skip to content

Commit

Permalink
remove bad TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
SeryiBaran committed Apr 18, 2023
1 parent 75ceeb4 commit b6bf295
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/__tests__/dark.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,5 @@ describe('Dark theme', async () => {

await wrapper.find('button[data-testId="toggleDarkBtn"]').trigger('click')
expect(isDark.value).toBeTruthy()

// TODO: expect(5). // нет подсказок .to*
})
})

0 comments on commit b6bf295

Please sign in to comment.