Skip to content

Commit 88549cf

Browse files
committed
test: Re-added some tests
1 parent 8809426 commit 88549cf

Some content is hidden

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

57 files changed

+5
-6
lines changed

disabled/mongoose/e2e/fixtures.ts renamed to examples/mongoose/e2e/fixtures.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { Connection, Types } from 'mongoose';
33
import { SubTaskEntity } from '../src/sub-task/sub-task.entity';
44
import { TagEntity } from '../src/tag/tag.entity';
55
import { TodoItemEntity } from '../src/todo-item/todo-item.entity';
6-
import { asyncLoop } from '../../../examples/helpers';
6+
import { asyncLoop } from '../../helpers';
77

88
const { ObjectId } = Types;
99

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

disabled/mongoose/src/app.module.ts renamed to examples/mongoose/src/app.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { GqlContext } from './auth.guard';
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, mongooseConfig } from '../../../examples/helpers';
8+
import { formatGraphqlError, mongooseConfig } from '../../helpers';
99

1010
const { uri, ...options } = mongooseConfig('mongoose');
1111
@Module({
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)