Skip to content

Commit

Permalink
lock
Browse files Browse the repository at this point in the history
  • Loading branch information
JoviDeCroock committed Feb 5, 2024
1 parent 190f16e commit f71f03a
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 168 deletions.
1 change: 0 additions & 1 deletion packages/core/src/utils/gql-tada.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ export async function isUsingGraphQLTada(cwd: string): Promise<boolean> {
fs.readFile(path.resolve(cwd, 'tsconfig.json'), 'utf-8'),
])

console.log(pkgJson, tsConfig)
if (pkgJson.status === 'rejected' || tsConfig.status === 'rejected') {
return false
}
Expand Down
2 changes: 1 addition & 1 deletion packages/core/test/cli.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ describe.each(allFixtures)('%s', (fixtureName) => {
})
})

await wait(100)
await wait()

expect(existsSync(path.join(fixtureDir, 'fuse'))).toBe(true)
expect(
Expand Down
197 changes: 31 additions & 166 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f71f03a

Please sign in to comment.