Merge pull request #820 from LAION-AI/web-small-test-cleanup

Moving the page tests into pages directory to simplify tab completion
This commit is contained in:
AbdBarho
2023-01-18 15:17:30 +01:00
committed by GitHub
2 changed files with 4 additions and 0 deletions
+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.