fix: reference files directly to avoid npm install failures (#408)

This commit is contained in:
Jacob Heun
2019-08-21 10:23:06 +02:00
committed by GitHub
parent 299cfefa01
commit b3deb356f1
41 changed files with 49 additions and 85 deletions

View File

@ -17,7 +17,7 @@ const PeerBook = require('peer-book')
const tryEcho = require('./utils').tryEcho
const sinon = require('sinon')
const Switch = require('libp2p-switch')
const Switch = require('../../src/switch')
describe('Switch (webrtc-star)', () => {
let switch1