mirror of
https://github.com/microsoft/TypeScript-Node-Starter.git
synced 2025-11-08 16:17:37 +00:00
fix conflicts
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import * as supertest from "supertest";
|
||||
const app = require("../src/app");
|
||||
import * as app from "../src/server";
|
||||
|
||||
const request = supertest(app);
|
||||
|
||||
describe("GET /login", () => {
|
||||
|
||||
Reference in New Issue
Block a user