Skip to content

Commit

Permalink
ci: remove debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Dec 24, 2023
1 parent 13d1f38 commit 072ca0d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/lucid/preset.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ test.group('Preset | Lucid', (group) => {
const codemods = await createCodeMods(fs, logger, app)

await presetLucid(codemods, app, { dialect: 'postgres', installPackages: false })
console.log(await fs.contents('.env'))

await assert.fileEquals(
'config/database.ts',
Expand Down Expand Up @@ -81,7 +80,6 @@ test.group('Preset | Lucid', (group) => {
const codemods = await createCodeMods(fs, logger, app)

await presetLucid(codemods, app, { dialect: 'mysql', installPackages: false })
console.log(await fs.contents('.env'))

await assert.fileEquals(
'config/database.ts',
Expand Down

0 comments on commit 072ca0d

Please sign in to comment.