Skip to content

Commit ba9de6c

Browse files
dannyhwdanstepanov
authored andcommitted
fix: test
1 parent bfb30b1 commit ba9de6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/__tests__/cli-integration.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ for (const packageManager of packageManagers) {
160160
test(`generates a default project with i18n`, async () => {
161161
const output = await generateProject({
162162
projectName: 'myTestProject',
163-
flags: ['--default', `--i18next`, `--bun`]
163+
flags: ['--default', `--i18next`, `--bun`, '--overwrite']
164164
});
165165

166166
expect(output).toContain('--i18next');

0 commit comments

Comments
 (0)