Skip to content

Commit 9231b06

Browse files
committed
Chore: Remark no use
1 parent c8def07 commit 9231b06

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/user/user.module.integration.spec.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ import { TypeOrmModule } from '@nestjs/typeorm';
77

88
import GraphQLJSON from 'graphql-type-json';
99
import { join } from 'path';
10-
import { DataType, IBackup, newDb } from 'pg-mem';
10+
// import { IBackup } from 'pg-mem';
11+
import { DataType, newDb } from 'pg-mem';
1112
import * as request from 'supertest';
1213
import { DataSource } from 'typeorm';
1314
import { v4 } from 'uuid';

0 commit comments

Comments
 (0)