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

@ -6,7 +6,7 @@ const dirtyChai = require('dirty-chai')
const expect = chai.expect
chai.use(dirtyChai)
const Switch = require('libp2p-switch')
const Switch = require('../../src/switch')
describe('Switch', () => {
describe('.availableTransports', () => {