Skip to content

Commit

Permalink
udpate snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
mmkal committed Mar 24, 2024
1 parent 14a910d commit b0f9986
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/__snapshots__/7-bundling-codegen.snap
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

...

`node migrate up` output:
`node dist/umzug up` output:

{ event: 'migrating', name: './<<timestamp>>.users-table.ts' }
{
Expand All @@ -26,7 +26,7 @@
}
{ event: 'up', message: 'applied 2 migrations.' }

`node migrate create --name new-migration.ts --skip-verify` output:
`node dist/umzug create --name new-migration.ts --skip-verify` output:

{ event: 'created', path: '<<timestamp>>.new-migration.ts' }

Expand Down

0 comments on commit b0f9986

Please sign in to comment.