]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Correctly fix feeds tests
authorChocobozzz <me@florianbigard.com>
Wed, 17 Aug 2022 14:22:25 +0000 (16:22 +0200)
committerChocobozzz <me@florianbigard.com>
Wed, 17 Aug 2022 14:22:25 +0000 (16:22 +0200)
server/tests/feeds/feeds.ts

index a18abc040884e317a07687594266de95b2858bc4..1d3c03d67fb1d37a4ec6bdffffca84e9af5b7b74 100644 (file)
@@ -20,6 +20,8 @@ chai.use(require('chai-xml'))
 chai.use(require('chai-json-schema'))
 chai.config.includeStack = true
 
+const expect = chai.expect
+
 describe('Test syndication feeds', () => {
   let servers: PeerTubeServer[] = []
   let serverHLSOnly: PeerTubeServer