diff --git a/api/test/flight.ts b/api/test/flight.ts index f8c605299..0f82ac2ba 100644 --- a/api/test/flight.ts +++ b/api/test/flight.ts @@ -156,7 +156,6 @@ export default class Flight { return res; } - if (!req.method) req.method = 'GET'; let match: string; diff --git a/api/tsconfig.json b/api/tsconfig.json index 3a882e461..79db22e77 100644 --- a/api/tsconfig.json +++ b/api/tsconfig.json @@ -22,8 +22,8 @@ "exclude": [], "include": [ "*.ts", - "routes/**/*", - "test/**/*", - "lib/**/*" + "routes/", + "test/", + "lib/" ] }