mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-24 05:06:02 +08:00
do not test that
This commit is contained in:
@@ -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());
|
||||
@@ -16,7 +16,6 @@
|
||||
"forceConsistentCasingInFileNames": true
|
||||
},
|
||||
"files": [
|
||||
"index.d.ts",
|
||||
"body-parser-tests.ts"
|
||||
"index.d.ts"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user