From 67c820d379e6a61d7d60eb413b89da30e4e28c0c Mon Sep 17 00:00:00 2001 From: Keith Stevens Date: Wed, 18 Jan 2023 15:20:53 +0900 Subject: [PATCH] Moving the page tests into the pages directory to simplify tab completion --- website/src/{pages.test => pages}/about.test.tsx | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename website/src/{pages.test => pages}/about.test.tsx (100%) diff --git a/website/src/pages.test/about.test.tsx b/website/src/pages/about.test.tsx similarity index 100% rename from website/src/pages.test/about.test.tsx rename to website/src/pages/about.test.tsx