aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/extra-utils/index.ts
diff options
context:
space:
mode:
authorKimsible <kimsible@users.noreply.github.com>2021-04-28 18:26:26 +0200
committerKimsible <kimsible@users.noreply.github.com>2021-05-05 11:47:03 +0200
commit08ac081b37cd6115634e8951608116fe0f13032b (patch)
treeda5c1b338705686093c8fea26e552b16fda7c2cb /shared/extra-utils/index.ts
parent1e37d32f4bdc51045cd85d01ea1035fd53e0d32c (diff)
downloadPeerTube-08ac081b37cd6115634e8951608116fe0f13032b.tar.gz
PeerTube-08ac081b37cd6115634e8951608116fe0f13032b.tar.zst
PeerTube-08ac081b37cd6115634e8951608116fe0f13032b.zip
Add test for API actors route
Diffstat (limited to 'shared/extra-utils/index.ts')
-rw-r--r--shared/extra-utils/index.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/shared/extra-utils/index.ts b/shared/extra-utils/index.ts
index 898a92d43..5c520d0c2 100644
--- a/shared/extra-utils/index.ts
+++ b/shared/extra-utils/index.ts
@@ -1,3 +1,4 @@
1export * from './actors/actors'
1export * from './bulk/bulk' 2export * from './bulk/bulk'
2export * from './cli/cli' 3export * from './cli/cli'
3export * from './feeds/feeds' 4export * from './feeds/feeds'