From: Josh Morel Date: Thu, 7 Feb 2019 10:48:17 +0000 (-0500) Subject: remove .only from notifications tests X-Git-Tag: v1.3.0-rc.1~205^2~2^2~17 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=6c32d302126f455779f5593192775b86833f1f33;hp=f7effe8dc7c641388f7edbcaad716fc16321d794;p=github%2FChocobozzz%2FPeerTube.git remove .only from notifications tests --- diff --git a/server/tests/api/users/user-notifications.ts b/server/tests/api/users/user-notifications.ts index 317f68176..69e51677e 100644 --- a/server/tests/api/users/user-notifications.ts +++ b/server/tests/api/users/user-notifications.ts @@ -79,7 +79,7 @@ async function uploadVideoByLocalAccount (servers: ServerInfo[], additionalParam return { uuid: res.body.video.uuid, name } } -describe.only('Test users notifications', function () { +describe('Test users notifications', function () { let servers: ServerInfo[] = [] let userAccessToken: string let userNotifications: UserNotification[] = []