mirror of
				https://github.com/Chocobozzz/PeerTube.git
				synced 2025-02-25 18:55:32 -06:00 
			
		
		
		
	Update runner version
This commit is contained in:
		@@ -1,6 +1,6 @@
 | 
			
		||||
{
 | 
			
		||||
  "name": "@peertube/peertube-runner",
 | 
			
		||||
  "version": "0.0.15",
 | 
			
		||||
  "version": "0.0.16",
 | 
			
		||||
  "type": "module",
 | 
			
		||||
  "main": "dist/peertube-runner.js",
 | 
			
		||||
  "bin": "dist/peertube-runner.js",
 | 
			
		||||
 
 | 
			
		||||
@@ -1,7 +1,6 @@
 | 
			
		||||
/* eslint-disable @typescript-eslint/no-unused-expressions,@typescript-eslint/require-await */
 | 
			
		||||
 | 
			
		||||
import { wait } from '@peertube/peertube-core-utils'
 | 
			
		||||
import { buildUUID } from '@peertube/peertube-node-utils'
 | 
			
		||||
import { PeerTubeServer, cleanupTests } from '@peertube/peertube-server-commands'
 | 
			
		||||
import { prepareViewsServers, prepareViewsVideos, processViewersStats } from '@tests/shared/views.js'
 | 
			
		||||
import { expect } from 'chai'
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user