diff options
author | Chocobozzz <me@florianbigard.com> | 2019-04-11 14:28:17 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-04-11 14:29:41 +0200 |
commit | 76062d9f96e06a23a2efc8a727ea9c5394d21466 (patch) | |
tree | 20d3742a6fd5f22be325b07a711913280adf824f /shared/utils | |
parent | 74dc3bca2b14f5fd3fe80c394dfc34177a46db77 (diff) | |
download | PeerTube-76062d9f96e06a23a2efc8a727ea9c5394d21466.tar.gz PeerTube-76062d9f96e06a23a2efc8a727ea9c5394d21466.tar.zst PeerTube-76062d9f96e06a23a2efc8a727ea9c5394d21466.zip |
Try to improve server tests compilation speed
Diffstat (limited to 'shared/utils')
-rw-r--r-- | shared/utils/index.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/shared/utils/index.ts b/shared/utils/index.ts index 469546872..9d0bbaa38 100644 --- a/shared/utils/index.ts +++ b/shared/utils/index.ts | |||
@@ -8,7 +8,6 @@ export * from './miscs/miscs' | |||
8 | export * from './miscs/stubs' | 8 | export * from './miscs/stubs' |
9 | export * from './miscs/sql' | 9 | export * from './miscs/sql' |
10 | export * from './server/follows' | 10 | export * from './server/follows' |
11 | export * from './requests/activitypub' | ||
12 | export * from './requests/requests' | 11 | export * from './requests/requests' |
13 | export * from './requests/check-api-params' | 12 | export * from './requests/check-api-params' |
14 | export * from './server/servers' | 13 | export * from './server/servers' |