]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/api/server/jobs.ts
Support video views/viewers stats in server
[github/Chocobozzz/PeerTube.git] / server / tests / api / server / jobs.ts
index 6cc88a12362b3d52b08f917169395300b076ecc3..96ab2a5765f066b756a36d1cef8a9bac62fc108b 100644 (file)
@@ -3,6 +3,7 @@
 import 'mocha'
 import * as chai from 'chai'
 import { dateIsValid } from '@server/tests/shared'
+import { wait } from '@shared/core-utils'
 import {
   cleanupTests,
   createMultipleServers,
@@ -11,8 +12,6 @@ import {
   setAccessTokensToServers,
   waitJobs
 } from '@shared/server-commands'
-import { wait } from '@shared/core-utils'
-import { uuid } from 'short-uuid'
 
 const expect = chai.expect