chore: update aegir to the latest version (#1186)

Removes boilerplate config that is no longer necessary
This commit is contained in:
Alex Potsides
2022-04-09 09:26:25 +01:00
committed by GitHub
parent 64bfcee509
commit c64a586a20
65 changed files with 364 additions and 2284 deletions

View File

@ -1,6 +1,6 @@
/* eslint-env mocha */
import { expect } from 'aegir/utils/chai.js'
import { expect } from 'aegir/chai'
import sinon from 'sinon'
import { AbortError } from '@libp2p/interfaces/errors'
import pDefer from 'p-defer'