summaryrefslogtreecommitdiff
path: root/test/fetch-resource.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix testsyuilo2021-11-121-205/+0
|
* enhance: Provide Twemoji SVGs from Misskey server (#2) (#7897)tamaina2021-10-241-0/+12
| | | | | | | | | | | | | * Selfhosting Twemoji * ちっ * うざっ * あ * add test Co-authored-by: mei23 <m@m544.net>
* refactorsyuilo2021-08-191-10/+0
|
* テストがうごかないのを修正 (#7566)MeiMei2021-06-121-3/+4
| | | | | | | | | * startServer * typeorm 0.2.32 * Fix: chartのテストがテストの並び順によっては正しく初期化されない * initTestDb
* ランダムにテストがコケるのを修正 (#7553)MeiMei2021-06-051-3/+3
| | | | | | | | | | | | | | | | | | | * Test shutdown * Revert "Test shutdown" This reverts commit 85182e7dd196cdd9ecb46cfb50adaabd04c5ba60. * Skip beforeShutdown in test * Wait shutdown in test * Revert "Skip beforeShutdown in test" This reverts commit 79c33ab53615e8fa4820d2abfc2494cba55c441c. * Revert "Revert "Skip beforeShutdown in test"" This reverts commit 3423133a137c79b64f3ff6ef9dbe433a441a47b0.
* APIドキュメントが見れなくなっているのを修正など (#7500)MeiMei2021-05-051-1/+16
| | | | | | | * Test api.json * Fix typo * Fix api-doc
* Fix assets test and favicon type (#7344)MeiMei2021-03-131-6/+13
| | | | | | | | | * fix * koa-faviconはimage/x-iconがデフォルトらしい * シンプルに * faviconなど
* test: Add apple-touch-icon.png testsyuilo2021-03-131-0/+5
|
* fix commentsyuilo2021-03-131-2/+2
|
* add testsyuilo2021-03-131-0/+5
|
* リソースが取得できるかどうかのテストなど (#7316)MeiMei2021-03-121-0/+170
* Tests for Fetch resource * Remove unnecessary copy * Update koa-views, pug