Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit 8ec5f36

Browse files
author
Alan Shaw
committed
fix: revert change to bitswap.spec.js
License: MIT Signed-off-by: Alan Shaw <alan.shaw@protocol.ai>
1 parent e420a36 commit 8ec5f36

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/core/bitswap.spec.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ const multiaddr = require('multiaddr')
1515
const isNode = require('detect-node')
1616
const multihashing = require('multihashing-async')
1717
const CID = require('cids')
18-
const path = require('path')
1918
const IPFSFactory = require('ipfsd-ctl')
2019

2120
const IPFS = require('../../src/core')
@@ -64,7 +63,7 @@ let nodes = []
6463

6564
function addNode (fDaemon, inProcNode, callback) {
6665
fDaemon.spawn({
67-
exec: path.resolve(`${__dirname}/../../src/cli/bin.js`),
66+
exec: './src/cli/bin.js',
6867
initOptions: { bits: 512 },
6968
config: {
7069
Addresses: {

0 commit comments

Comments
 (0)