chore: start adding test envoriment

This commit is contained in:
canove
2020-10-22 13:36:11 -03:00
parent 9f7fee05ff
commit 3302cd643a
61 changed files with 12390 additions and 69 deletions

View File

@@ -1,5 +1,5 @@
import "./bootstrap";
import "reflect-metadata";
import "dotenv/config";
import "express-async-errors";
import express, { Request, Response, NextFunction } from "express";
import cors from "cors";