From 03b70e62316cfe3d7bbec471dd907e505a0ad3f6 Mon Sep 17 00:00:00 2001 From: Nathan Shively-Sanders <293473+sandersn@users.noreply.github.com> Date: Thu, 24 Sep 2020 13:47:41 -0700 Subject: [PATCH] Remove old Typescript-*-Starter user tests (#40752) This only removes the ones with repos that are now readonly; some repos are still getting updates, so I left them in as tests. Neither one fails right now, so there's no .log files to delete from the baselines. --- tests/cases/user/TypeScript-React-Starter/test.json | 4 ---- tests/cases/user/TypeScript-Vue-Starter/test.json | 4 ---- 2 files changed, 8 deletions(-) delete mode 100644 tests/cases/user/TypeScript-React-Starter/test.json delete mode 100644 tests/cases/user/TypeScript-Vue-Starter/test.json diff --git a/tests/cases/user/TypeScript-React-Starter/test.json b/tests/cases/user/TypeScript-React-Starter/test.json deleted file mode 100644 index 98d38680468..00000000000 --- a/tests/cases/user/TypeScript-React-Starter/test.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "cloneUrl": "https://github.com/Microsoft/TypeScript-React-Starter.git", - "types": ["jest", "node"] -} diff --git a/tests/cases/user/TypeScript-Vue-Starter/test.json b/tests/cases/user/TypeScript-Vue-Starter/test.json deleted file mode 100644 index ca7390f5639..00000000000 --- a/tests/cases/user/TypeScript-Vue-Starter/test.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "cloneUrl": "https://github.com/Microsoft/TypeScript-Vue-Starter.git", - "types": ["jest"] -}