Skip to content

Commit

Permalink
test: fix conflict caused timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
bzp2010 committed Nov 15, 2024
1 parent 202c461 commit 8c4a8d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/shadcn-ui-e2e/tests/shadcn-ui.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ describe('shadcn/ui e2e', () => {
})

it('should be able add sidebar ui', async () => {
await runNxCommandAsync(`add-component ${uiLibName} sidebar`)
await runNxCommandAsync(`add-component ${uiLibName} sidebar --overwrite`) // Overwrites are needed because of button ui conflicts

expect(() => checkFilesExist(
`${uiLibName}/src/ui/sidebar.tsx`,
Expand Down

0 comments on commit 8c4a8d8

Please sign in to comment.