From aa8f54212e2ab7e89accb81f3e27e72f616f8e63 Mon Sep 17 00:00:00 2001 From: Stephen Lautier Date: Sat, 19 Nov 2016 19:25:18 +0100 Subject: [PATCH] fix lodash test --- lodash-es/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lodash-es/tsconfig.json b/lodash-es/tsconfig.json index 74653a6c6c..5cec53c53e 100644 --- a/lodash-es/tsconfig.json +++ b/lodash-es/tsconfig.json @@ -1,7 +1,7 @@ { "files": [ "index.d.ts", - "lodash-tests.ts", + "lodash-es-tests.ts", "add/index.d.ts", "after/index.d.ts", "ary/index.d.ts",