Skip to content

Commit

Permalink
remove commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
despairblue committed May 23, 2024
1 parent 94bf753 commit 41a4701
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/cli/test/unit/commands/db/revert.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ test("don't revert the last migration if we cannot find the migration in the cod
// ARRANGE
//

// const migrationsInCode = [new TestMigration()];
const migrationsInDb: Migration[] = [{ id: 1, timestamp: Date.now(), name: 'TestMigration' }];
const dataSource = mock<DataSource>({ migrations: [] });

Expand Down

0 comments on commit 41a4701

Please sign in to comment.