mirror of
https://github.com/microsoft/TypeScript-Node-Starter.git
synced 2025-11-08 16:17:37 +00:00
change tests to not always pass
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
import {} from "jest";
|
||||
import * as supertest from "supertest";
|
||||
import * as app from "../src/server";
|
||||
|
||||
const request = supertest("http://localhost:3000");
|
||||
|
||||
describe("GET /api", () => {
|
||||
const request = supertest(app);
|
||||
|
||||
Reference in New Issue
Block a user