Skip to content

Commit 3897f30

Browse files
committed
test: Disable mongoose and typegoose for now
1 parent 88549cf commit 3897f30

Some content is hidden

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

56 files changed

+4
-4
lines changed

examples/mongoose/e2e/fixtures.ts renamed to disabled/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 '../../helpers';
6+
import { asyncLoop } from '../../../examples/helpers';
77

88
const { ObjectId } = Types;
99

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

examples/mongoose/src/app.module.ts renamed to disabled/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 '../../helpers';
8+
import { formatGraphqlError, mongooseConfig } from '../../../examples/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)