From b5ade3abfd8bc6d39d9dae02dc96dc5f52b7931e Mon Sep 17 00:00:00 2001 From: Nattapong Sirilappanich Date: Thu, 21 Jun 2018 13:06:03 +0700 Subject: [PATCH] Reflect test file name change in tsconfig.json --- types/connect-mongodb-session/tsconfig.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/types/connect-mongodb-session/tsconfig.json b/types/connect-mongodb-session/tsconfig.json index cda475ae85..61b0db83b2 100644 --- a/types/connect-mongodb-session/tsconfig.json +++ b/types/connect-mongodb-session/tsconfig.json @@ -13,10 +13,12 @@ "strictFunctionTypes": true, "typeRoots": [ "../" + ], + "types": [ ] }, "files": [ - "connect-mongodb-session-test.ts", + "connect-mongodb-session-tests.ts", "index.d.ts" ], "exclude": [