diff options
Diffstat (limited to 'server/tests/cli/index.ts')
-rw-r--r-- | server/tests/cli/index.ts | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/server/tests/cli/index.ts b/server/tests/cli/index.ts deleted file mode 100644 index 94444ace3..000000000 --- a/server/tests/cli/index.ts +++ /dev/null | |||
@@ -1,10 +0,0 @@ | |||
1 | // Order of the tests we want to execute | ||
2 | import './create-import-video-file-job' | ||
3 | import './create-generate-storyboard-job' | ||
4 | import './create-move-video-storage-job' | ||
5 | import './peertube' | ||
6 | import './plugins' | ||
7 | import './prune-storage' | ||
8 | import './regenerate-thumbnails' | ||
9 | import './reset-password' | ||
10 | import './update-host' | ||