Skip to content

Commit

Permalink
test(shadcn-ui): Updated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
TriPSs committed Jan 18, 2024
1 parent 1e4b055 commit 470a402
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 @@ -16,7 +16,7 @@ describe('shadcn/ui e2e', () => {
await runNxCommandAsync(`generate @nx-extend/shadcn-ui:init ${uiLibName} ${utilsLibName}`)

expect(() => checkFilesExist(
`${utilsLibName}/src/tailwind.config.js`,
`${utilsLibName}/src/tailwind.config.ts`,
`${utilsLibName}/src/global.css`,
`${utilsLibName}/src/cn.ts`,
`${utilsLibName}/src/index.ts`,
Expand Down

0 comments on commit 470a402

Please sign in to comment.