mirror of
https://github.com/microsoft/TypeScript-Node-Starter.git
synced 2025-11-08 16:17:37 +00:00
fix: fix lint warnings for test files
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import {} from 'jest';
|
||||
import * as supertest from "supertest";
|
||||
const request = supertest("http://localhost:8000");
|
||||
|
||||
@@ -13,4 +14,4 @@ describe("GET /signup", () => {
|
||||
request.get("/signup")
|
||||
.expect(200, done);
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user