do not test that

This commit is contained in:
Tomek Łaziuk
2017-02-07 16:48:18 +01:00
parent a055ddf1ee
commit fb165d383b
2 changed files with 1 additions and 11 deletions

View File

@@ -1,9 +0,0 @@
import * as bodyParser from 'body-parser';
import * as express from 'express';
const app = express();
express.use(bodyParser.json());
express.use(bodyParser.raw());
express.use(bodyParser.text());
express.use(bodyParser.urlencoded());

View File

@@ -16,7 +16,6 @@
"forceConsistentCasingInFileNames": true
},
"files": [
"index.d.ts",
"body-parser-tests.ts"
"index.d.ts"
]
}