diff options
author | Chocobozzz <me@florianbigard.com> | 2020-08-24 13:37:49 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-08-24 13:37:49 +0200 |
commit | 1f5221fb4a511bb175083a9c7f578679c6122ce3 (patch) | |
tree | 6cd1b955135601188ef0816682641ec327c4bf4f /server/tests/plugins/index.ts | |
parent | 6c733e46174c3f5b185402f9d37c88175543cf3c (diff) | |
download | PeerTube-1f5221fb4a511bb175083a9c7f578679c6122ce3.tar.gz PeerTube-1f5221fb4a511bb175083a9c7f578679c6122ce3.tar.zst PeerTube-1f5221fb4a511bb175083a9c7f578679c6122ce3.zip |
Move html injection plugin tests in its own file
Diffstat (limited to 'server/tests/plugins/index.ts')
-rw-r--r-- | server/tests/plugins/index.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/tests/plugins/index.ts b/server/tests/plugins/index.ts index 39c4c958a..b870a4055 100644 --- a/server/tests/plugins/index.ts +++ b/server/tests/plugins/index.ts | |||
@@ -1,4 +1,5 @@ | |||
1 | import './action-hooks' | 1 | import './action-hooks' |
2 | import './html-injection' | ||
2 | import './id-and-pass-auth' | 3 | import './id-and-pass-auth' |
3 | import './external-auth' | 4 | import './external-auth' |
4 | import './filter-hooks' | 5 | import './filter-hooks' |