summaryrefslogtreecommitdiff
path: root/packages/backend/test/e2e/api-visibility.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* refactor(test): rename variable for INestApplicationContextsyuilo2023-03-121-3/+3
|
* test(backend): APIテストの復活 (#10163)Kagami Sascha Rosylight2023-03-031-0/+477
* Revert 1c5291f8185651c231903129ee7c1cee263f9f03 * APIテストの復活 * apiテストの移行 * moduleNameMapper修正 * simpleGetでthrowしないように status確認しているので要らない * longer timeout * ローカルでは問題ないのになんで * case sensitive * Run Nest instance within the current process * Skip some setIntervals * wait for 5 seconds * kill them all!! * logHeapUsage: true * detectOpenHandlesがじゃましているらしい * maxWorkers=1? * restore drive api tests * workerIdleMemoryLimit: 500MB * 1024MiB * Wait what