1
0
mirror of https://github.com/microsoft/TypeScript-Node-Starter.git synced 2025-11-08 15:37:24 +00:00

feat(*): update several dependencies

This commit is contained in:
Alan Agius
2017-10-29 14:01:58 +01:00
parent e248ffdc4d
commit feac6cccf7
8 changed files with 4583 additions and 3469 deletions

View File

@@ -1,6 +1,7 @@
import {} from 'jest';
import * as supertest from "supertest";
const request = supertest("http://localhost:8000");
import * as app from "../src/server";
const request = supertest(app);
describe("GET /login", () => {
it("should return 200 OK", (done) => {