Adding a README explaining directory test structure

This commit is contained in:
Keith Stevens
2023-01-18 15:32:36 +09:00
parent 04b14bb24b
commit 289d52e348
+4
View File
@@ -0,0 +1,4 @@
# Page Tests
Put all page tests in this directory with the patter `MyPage.test.jsx`. We can't place them in `src/pages` due to how
NextJS generates page routes.