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:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user