mirror of
https://github.com/microsoft/TypeScript-Node-Starter.git
synced 2025-11-09 06:37:32 +00:00
fix: fix lint warnings for test files
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import {} from 'jest';
|
||||
import * as supertest from "supertest";
|
||||
import {default as app} from "../src/server";
|
||||
|
||||
const request = supertest("http://localhost:8000");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user