Updated dependencies, added jest, ts-ject, supertest and supporting types.

Added minimum jest configuration to package.json.
Added allowSyntheticDefaultImports to tsconfig.
Added sample e2e test for app controller.
This commit is contained in:
Brandon Taylor
2017-12-17 12:33:45 -05:00
parent cd6e046a3a
commit 28f8258864
4 changed files with 3991 additions and 13 deletions
+2 -1
View File
@@ -5,6 +5,7 @@
"noImplicitAny": false,
"removeComments": true,
"noLib": false,
"allowSyntheticDefaultImports": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"target": "es6",
@@ -19,4 +20,4 @@
"node_modules",
"**/*.spec.ts"
]
}
}