mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 10:49:28 +02:00
Server: udpate async to 2.0.0
This commit is contained in:
parent
d56ec0d412
commit
1a42c9e2c0
15 changed files with 85 additions and 72 deletions
|
@ -1,10 +1,10 @@
|
|||
'use strict'
|
||||
|
||||
const async = require('async')
|
||||
const chai = require('chai')
|
||||
const expect = chai.expect
|
||||
const pathUtils = require('path')
|
||||
const request = require('supertest')
|
||||
const series = require('async/series')
|
||||
|
||||
const utils = require('./utils')
|
||||
|
||||
|
@ -57,7 +57,7 @@ describe('Test parameters validator', function () {
|
|||
before(function (done) {
|
||||
this.timeout(20000)
|
||||
|
||||
async.series([
|
||||
series([
|
||||
function (next) {
|
||||
utils.flushTests(next)
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue