mirror of
https://github.com/microsoft/TypeScript-Node-Starter.git
synced 2025-11-09 00:37:27 +00:00
separate server binding to port from other app config
this seems a bit crude but allows running the tests and having them take care of setting up the port to use
This commit is contained in:
@@ -15,7 +15,6 @@ import * as mongoose from "mongoose";
|
||||
import * as passport from "passport";
|
||||
import expressValidator = require("express-validator");
|
||||
|
||||
|
||||
const MongoStore = mongo(session);
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user