From 5cdc208b41c5760e629d931bfc61600250e73d9d Mon Sep 17 00:00:00 2001 From: Yukihiro Hasegawa <49516827+y-hsgw@users.noreply.github.com> Date: Tue, 12 Nov 2024 20:40:39 +0900 Subject: [PATCH] Rename directory from "test" to "testing" (#221) Rename directory from "test" to "testing" --------- Co-authored-by: Alan Alickovic --- docs/project-structure.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/project-structure.md b/docs/project-structure.md index 6c4c6204..984259c2 100644 --- a/docs/project-structure.md +++ b/docs/project-structure.md @@ -25,7 +25,7 @@ src | +-- stores # global state stores | -+-- test # test utilities and mocks ++-- testing # test utilities and mocks | +-- types # shared types used across the application |