Skip to content

Commit

Permalink
Tests Coverage CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rhannachi committed Jul 14, 2023
1 parent a52300d commit 8fb1406
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/templates/TaskBox/TaskBox.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ export const Default: Story = {
for (const { id } of args.tasks ) {
const task = await canvas.getByTestId(`task-${id}`)
await expect(task).toBeInTheDocument()
// console.log(prettyDOM(canvasElement))
}
})
}
Expand Down

0 comments on commit 8fb1406

Please sign in to comment.