aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/plugins/index.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-08-24 13:37:49 +0200
committerChocobozzz <me@florianbigard.com>2020-08-24 13:37:49 +0200
commit1f5221fb4a511bb175083a9c7f578679c6122ce3 (patch)
tree6cd1b955135601188ef0816682641ec327c4bf4f /server/tests/plugins/index.ts
parent6c733e46174c3f5b185402f9d37c88175543cf3c (diff)
downloadPeerTube-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.ts1
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 @@
1import './action-hooks' 1import './action-hooks'
2import './html-injection'
2import './id-and-pass-auth' 3import './id-and-pass-auth'
3import './external-auth' 4import './external-auth'
4import './filter-hooks' 5import './filter-hooks'