Skip to content

Commit

Permalink
fixed prettier issue
Browse files Browse the repository at this point in the history
  • Loading branch information
iarroyo committed Jan 3, 2025
1 parent 6622ebf commit 84898f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/core/__tests__/config/load-config.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ describe('Config: loadConfig', () => {
JSON.stringify({
name: '@package1',
version: '1.0.0',
})
}),
);
fs.writeFileSync(
`${nodeModulePackageDir}/tsconfig.json`,
Expand All @@ -79,7 +79,7 @@ describe('Config: loadConfig', () => {
environment: 'kaboom',
checkStandaloneTemplates: false,
},
})
}),
);
fs.writeFileSync(
`${directory}/tsconfig.json`,
Expand All @@ -88,7 +88,7 @@ describe('Config: loadConfig', () => {
glint: {
environment: '../local-env',
},
})
}),
);

let config = loadConfig(`${directory}`);
Expand Down

0 comments on commit 84898f3

Please sign in to comment.