Skip to content
This repository has been archived by the owner on Aug 1, 2023. It is now read-only.

Commit

Permalink
fix: code review
Browse files Browse the repository at this point in the history
  • Loading branch information
vasco-santos committed Aug 4, 2019
1 parent 3839143 commit 575036d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions test/ipns-dht.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ chai.use(dirtyChai)

const series = require('async/series')
const parallel = require('async/parallel')
const os = require('os')
const path = require('path')
const hat = require('hat')

const DaemonFactory = require('ipfsd-ctl')

Expand All @@ -21,7 +18,6 @@ const spawnJsDaemon = (callback) => {
.spawn({
disposable: true,
initOptions: { bits: 512 },
args: ['--enable-dht-experiment'], // enable dht
config: { Bootstrap: [] }
}, callback)
}
Expand All @@ -35,7 +31,7 @@ const spawnGoDaemon = (callback) => {
}, callback)
}

describe.only('ipns over dht', () => {
describe('ipns over dht', () => {
let nodeAId
let nodeBId
let nodes = []
Expand Down

0 comments on commit 575036d

Please sign in to comment.