From 4a1c236db361160e9bacf8620c5855dfd18b9485 Mon Sep 17 00:00:00 2001 From: Nathan Shively-Sanders <293473+sandersn@users.noreply.github.com> Date: Wed, 13 Feb 2019 16:34:49 -0800 Subject: [PATCH] Rename shipit-cli tests --- types/shipit-cli/{shipit-tests.ts => shipit-cli-tests.ts} | 0 types/shipit-cli/tsconfig.json | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename types/shipit-cli/{shipit-tests.ts => shipit-cli-tests.ts} (100%) diff --git a/types/shipit-cli/shipit-tests.ts b/types/shipit-cli/shipit-cli-tests.ts similarity index 100% rename from types/shipit-cli/shipit-tests.ts rename to types/shipit-cli/shipit-cli-tests.ts diff --git a/types/shipit-cli/tsconfig.json b/types/shipit-cli/tsconfig.json index a9df5d067d..1a50f6df35 100644 --- a/types/shipit-cli/tsconfig.json +++ b/types/shipit-cli/tsconfig.json @@ -18,6 +18,6 @@ }, "files": [ "index.d.ts", - "shipit-tests.ts" + "shipit-cli-tests.ts" ] -} \ No newline at end of file +}