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/lib | |
parent | dc3d902234bb73fbc8cf9787e3036f2012526e6c (diff) | |
download | PeerTube-2b9f672b58bc2c13c96ee79f522003979e4bfc02.tar.gz PeerTube-2b9f672b58bc2c13c96ee79f522003979e4bfc02.tar.zst PeerTube-2b9f672b58bc2c13c96ee79f522003979e4bfc02.zip |
Improve plugin constant tests
Diffstat (limited to 'server/tests/lib')
-rw-r--r-- | server/tests/lib/index.ts | 1 | ||||
-rw-r--r-- | server/tests/lib/video-constant-registry-factory.ts (renamed from server/tests/lib/plugins/video-constant-registry-factory.test.ts) | 0 |
2 files changed, 1 insertions, 0 deletions
diff --git a/server/tests/lib/index.ts b/server/tests/lib/index.ts new file mode 100644 index 000000000..a40df35fd --- /dev/null +++ b/server/tests/lib/index.ts | |||
@@ -0,0 +1 @@ | |||
export * from './video-constant-registry-factory' | |||
diff --git a/server/tests/lib/plugins/video-constant-registry-factory.test.ts b/server/tests/lib/video-constant-registry-factory.ts index e26b286e1..e26b286e1 100644 --- a/server/tests/lib/plugins/video-constant-registry-factory.test.ts +++ b/server/tests/lib/video-constant-registry-factory.ts | |||