From 3e76717ca119b83d3cb7d6cd25cfdb785045b3de Mon Sep 17 00:00:00 2001 From: tedbcsgpro Date: Fri, 7 Jul 2017 17:06:40 -0700 Subject: [PATCH] fixes test errors --- types/dropzone/v4/{history-tests.ts => dropzone-tests.ts} | 0 types/dropzone/v4/tsconfig.json | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename types/dropzone/v4/{history-tests.ts => dropzone-tests.ts} (100%) diff --git a/types/dropzone/v4/history-tests.ts b/types/dropzone/v4/dropzone-tests.ts similarity index 100% rename from types/dropzone/v4/history-tests.ts rename to types/dropzone/v4/dropzone-tests.ts diff --git a/types/dropzone/v4/tsconfig.json b/types/dropzone/v4/tsconfig.json index 5c818e33c5..36eb5f0aef 100644 --- a/types/dropzone/v4/tsconfig.json +++ b/types/dropzone/v4/tsconfig.json @@ -16,11 +16,11 @@ "noEmit": true, "forceConsistentCasingInFileNames": true, "paths": { - "history": ["history/v4"] + "dropzone": ["dropzone/v4"] } }, "files": [ "index.d.ts", - "history-tests.ts" + "dropzone-tests.ts" ] } \ No newline at end of file