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 Apr 17, 2019
1 parent 68c2b97 commit 60725cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"form-data": "^2.3.3",
"go-ipfs-dep": "~0.4.19",
"hat": "0.0.3",
"ipfs": "~0.35.0",
"ipfs": "ipfs/js-ipfs#refactor/enable-dht",
"ipfs-http-client": "^30.1.1",
"ipfs-repo": "~0.26.1",
"ipfs-unixfs": "~0.1.16",
Expand Down
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 60725cd

Please sign in to comment.