aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/helpers/index.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2023-01-19 13:53:24 +0100
committerChocobozzz <me@florianbigard.com>2023-01-19 13:54:53 +0100
commit6e06694fd6acab185432bccf57bd5c9c3b68f218 (patch)
tree57fb4069ff366f0b57c138acf9e3d91397d2bc50 /server/tests/helpers/index.ts
parentf008e9f3f34ed1724afd5e071c39ed931741acbc (diff)
downloadPeerTube-6e06694fd6acab185432bccf57bd5c9c3b68f218.tar.gz
PeerTube-6e06694fd6acab185432bccf57bd5c9c3b68f218.tar.zst
PeerTube-6e06694fd6acab185432bccf57bd5c9c3b68f218.zip
Fix semver comparison
Diffstat (limited to 'server/tests/helpers/index.ts')
-rw-r--r--server/tests/helpers/index.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/tests/helpers/index.ts b/server/tests/helpers/index.ts
index 1b5c6d15b..073ae6455 100644
--- a/server/tests/helpers/index.ts
+++ b/server/tests/helpers/index.ts
@@ -6,3 +6,4 @@ import './image'
6import './markdown' 6import './markdown'
7import './request' 7import './request'
8import './validator' 8import './validator'
9import './version'