summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorMasaya Suzuki <15100604+massongit@users.noreply.github.com>2023-02-03 03:11:50 +0900
committerGitHub <noreply@github.com>2023-02-03 03:11:50 +0900
commit01778e11dc921da21e1fe246f833ac27006a5691 (patch)
treefd6c46d4723f8272e005396fbae335d97bcac7b5 /CONTRIBUTING.md
parentCONTRIBUTING: yarn -> pnpm (#9771) (diff)
downloadmisskey-01778e11dc921da21e1fe246f833ac27006a5691.tar.gz
misskey-01778e11dc921da21e1fe246f833ac27006a5691.tar.bz2
misskey-01778e11dc921da21e1fe246f833ac27006a5691.zip
CONTRIBUTING: テストが配置されている場所の記述修正 (#9772)
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 658db0066a..811e4219e5 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -112,7 +112,7 @@ command.
- Service Worker is watched by esbuild.
## Testing
-- Test codes are located in [`/test`](/test).
+- Test codes are located in [`/packages/backend/test`](/packages/backend/test).
### Run test
Create a config file.