1
0
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:
kevguy
2017-07-23 16:51:57 +08:00
parent 2570c56c69
commit 82d9b2952c
5 changed files with 8 additions and 4 deletions

View File

@@ -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");