feat: custom announce filter

This commit is contained in:
Vasco Santos
2020-10-15 15:31:33 +01:00
committed by Vasco Santos
parent 8456d0e051
commit 0c551d2714
43 changed files with 75 additions and 147 deletions

View File

@ -1,10 +1,7 @@
'use strict'
/* eslint-env mocha */
const chai = require('chai')
chai.use(require('dirty-chai'))
const { expect } = chai
const { expect } = require('aegir/utils/chai')
const mergeOptions = require('merge-options')
const multiaddr = require('multiaddr')