diff options
Diffstat (limited to 'server/tests/index.ts')
-rw-r--r-- | server/tests/index.ts | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/server/tests/index.ts b/server/tests/index.ts deleted file mode 100644 index 4ec1ebe67..000000000 --- a/server/tests/index.ts +++ /dev/null | |||
@@ -1,10 +0,0 @@ | |||
1 | // Order of the tests we want to execute | ||
2 | import './client' | ||
3 | import './misc-endpoints' | ||
4 | import './feeds/' | ||
5 | import './cli/' | ||
6 | import './api/' | ||
7 | import './peertube-runner/' | ||
8 | import './plugins/' | ||
9 | import './helpers/' | ||
10 | import './lib/' | ||