[mirotalksfu] - fix prettier lint

هذا الالتزام موجود في:
Miroslav Pejic
2025-05-31 12:12:25 +02:00
الأصل 35bc491ce3
التزام f6ccacf922
18 ملفات معدلة مع 142 إضافات و142 حذوفات

عرض الملف

@@ -79,7 +79,7 @@ describe('test-OpenRedirect', function () {
res.redirect
.calledWith(
301,
'/join?room=test&roomPassword=0&name=mirotalksfu&audio=1&video=1&screen=0&hide=0&notify=1&duration=00:00:30',
'/join?room=test&roomPassword=0&name=mirotalksfu&audio=1&video=1&screen=0&hide=0&notify=1&duration=00:00:30'
)
.should.be.true();
});
@@ -95,7 +95,7 @@ describe('test-OpenRedirect', function () {
res.redirect
.calledWith(
301,
'/join?room=test&roomPassword=0&name=mirotalksfu&audio=1&video=1&screen=0&hide=0&notify=0&token=token',
'/join?room=test&roomPassword=0&name=mirotalksfu&audio=1&video=1&screen=0&hide=0&notify=0&token=token'
)
.should.be.true();
});