Skip to content

Commit

Permalink
update default in integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhaiwat10 committed Aug 29, 2024
1 parent f863b04 commit 5a257c1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/create-fuels/test/utils/bootstrapProject.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,7 @@ const testDir = join(__dirname, '..');
const createFuelsDir = join(__dirname, '../..');
const sourceTemplatesDir = join(__dirname, '../../../../templates');

export const bootstrapProject = (
testFilepath: string,
template: string = 'nextjs'
): ProjectPaths => {
export const bootstrapProject = (testFilepath: string, template: string = 'vite'): ProjectPaths => {
// Unique name
const testFilename = basename(testFilepath.replace(/\./g, '-'));

Expand Down

0 comments on commit 5a257c1

Please sign in to comment.