Skip to content

Commit f78a692

Browse files
committed
clean up apiKey test
1 parent df63907 commit f78a692

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

server/controllers/user.controller/__tests__/apiKey.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import { last } from 'lodash';
22
import { Request as MockRequest } from 'jest-express/lib/request';
33
import { Response as MockResponse } from 'jest-express/lib/response';
44
import { NextFunction as MockNext } from 'jest-express/lib/next';
5-
import { Request, Response, NextFunction } from 'express';
65
import { Types } from 'mongoose';
76

87
import { User } from '../../../models/user';

0 commit comments

Comments
 (0)