diff options
author | Chocobozzz <me@florianbigard.com> | 2021-07-21 15:44:28 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-07-21 15:44:28 +0200 |
commit | 2b9f672b58bc2c13c96ee79f522003979e4bfc02 (patch) | |
tree | 898e170d1b8f5b9624ec7bb21c5212c4ea1bbc2c /server/tests/index.ts | |
parent | dc3d902234bb73fbc8cf9787e3036f2012526e6c (diff) | |
download | PeerTube-2b9f672b58bc2c13c96ee79f522003979e4bfc02.tar.gz PeerTube-2b9f672b58bc2c13c96ee79f522003979e4bfc02.tar.zst PeerTube-2b9f672b58bc2c13c96ee79f522003979e4bfc02.zip |
Improve plugin constant tests
Diffstat (limited to 'server/tests/index.ts')
-rw-r--r-- | server/tests/index.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/tests/index.ts b/server/tests/index.ts index 3fbd0ebbd..1718ac424 100644 --- a/server/tests/index.ts +++ b/server/tests/index.ts | |||
@@ -6,3 +6,4 @@ import './cli/' | |||
6 | import './api/' | 6 | import './api/' |
7 | import './plugins/' | 7 | import './plugins/' |
8 | import './helpers/' | 8 | import './helpers/' |
9 | import './lib/' | ||