Skip to content

Commit dd0a5c0

Browse files
committed
test: Updated tests
1 parent 3ac37e5 commit dd0a5c0

File tree

92 files changed

+12
-58
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

92 files changed

+12
-58
lines changed

disabled/custom-id/e2e/fixtures.ts renamed to examples/custom-id/e2e/fixtures.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { Connection } from 'typeorm';
22
import { SubTaskEntity } from '../src/sub-task/sub-task.entity';
33
import { TagEntity } from '../src/tag/tag.entity';
44
import { TodoItemEntity } from '../src/todo-item/todo-item.entity';
5-
import { executeTruncate } from '../../../examples/helpers';
5+
import { executeTruncate } from '../../helpers';
66

77
const tables = ['todo_item', 'sub_task', 'tag'];
88
export const truncate = async (connection: Connection): Promise<void> => executeTruncate(connection, tables);
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

disabled/custom-id/src/app.module.ts renamed to examples/custom-id/src/app.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { CommonModule } from './common/common.module';
55
import { TagModule } from './tag/tag.module';
66
import { TodoItemModule } from './todo-item/todo-item.module';
77
import { SubTaskModule } from './sub-task/sub-task.module';
8-
import { formatGraphqlError, typeormOrmConfig } from '../../../examples/helpers';
8+
import { formatGraphqlError, typeormOrmConfig } from '../../helpers';
99

1010
@Module({
1111
imports: [
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)