Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
privatenumber committed May 9, 2024
1 parent dc05343 commit bddc3c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/specs/parse-tsconfig/extends/merges.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -258,15 +258,15 @@ export default testSuite(({ describe }) => {
// https://github.com/privatenumber/get-tsconfig/issues/76
test('supports config files in a monorepo', async () => {
await using fixture = await createFixture({
'packages': {
'tsconfig': {
packages: {
tsconfig: {
'tsconfig.base.json': createTsconfigJson({
compilerOptions: {
module: 'commonjs',
},
}),
},
'library': {
library: {
src: {
'a.ts': '',
'b.ts': '',
Expand Down

0 comments on commit bddc3c4

Please sign in to comment.