Skip to content

Commit

Permalink
refactor: rename directory mocks -> mock
Browse files Browse the repository at this point in the history
  • Loading branch information
jmike committed Jan 4, 2024
1 parent d4f8019 commit 6250063
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/adapters/fileMigrationRepo/listMigrations.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import type { FileMigrationRepoContext } from './types';
describe('listMigrations()', () => {
it('retrieves migrations from disk; in ts format', async () => {
const ctx: FileMigrationRepoContext = {
dirPath: path.resolve(__dirname, './mocks/migrations'),
dirPath: path.resolve(__dirname, './mock/migrations'),
language: 'typescript',
};

Expand Down

0 comments on commit 6250063

Please sign in to comment.