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 Jan 10, 2019
1 parent 49e5528 commit 00e3b10
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 1 addition & 4 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 @@ -35,7 +32,7 @@ const spawnGoDaemon = (callback) => {
}, callback)
}

describe.only('ipns over dht', () => {
describe('ipns over dht', () => {
let nodeAId
let nodeBId
let nodes = []
Expand Down
1 change: 0 additions & 1 deletion test/ipns.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ const expect = chai.expect
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')
Expand Down

0 comments on commit 00e3b10

Please sign in to comment.