mirror of
https://github.com/microsoft/TypeScript-Node-Starter.git
synced 2025-11-08 23:07:20 +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");
|
||||
|
||||
@@ -6,4 +7,4 @@ describe("GET /contact", () => {
|
||||
request.get("/contact")
|
||||
.expect(200, done);
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user