We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8def07 commit 9231b06Copy full SHA for 9231b06
src/user/user.module.integration.spec.ts
@@ -7,7 +7,8 @@ import { TypeOrmModule } from '@nestjs/typeorm';
7
8
import GraphQLJSON from 'graphql-type-json';
9
import { join } from 'path';
10
-import { DataType, IBackup, newDb } from 'pg-mem';
+// import { IBackup } from 'pg-mem';
11
+import { DataType, newDb } from 'pg-mem';
12
import * as request from 'supertest';
13
import { DataSource } from 'typeorm';
14
import { v4 } from 'uuid';
0 commit comments