]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/plugins/index.ts
Fix plugin storeData
[github/Chocobozzz/PeerTube.git] / server / tests / plugins / index.ts
index b640ecc9ef687740823849a97a481ed0de9d1735..39c4c958aa78803868f898c4d4f482c644570b56 100644 (file)
@@ -1,2 +1,9 @@
-export * from './action-hooks'
-export * from './filter-hooks'
+import './action-hooks'
+import './id-and-pass-auth'
+import './external-auth'
+import './filter-hooks'
+import './translations'
+import './video-constants'
+import './plugin-helpers'
+import './plugin-router'
+import './plugin-storage'