Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

fix: use new ipfsd-ctl setup #1127

Merged
merged 7 commits into from
Dec 11, 2019
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: use proper module
  • Loading branch information
hugomrdias committed Dec 10, 2019
commit 1144845c9f48db5431f5c65cc5860f1c0f375cc4
2 changes: 1 addition & 1 deletion test/interface.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ describe('interface-ipfs-core tests', () => {
/** @type ControllerOptions */
const commonOptions = {
test: true,
ipfsHttp: {
ipfsHttpModule: {
path: require.resolve('../src'),
ref: require('../src')
},
Expand Down
2 changes: 1 addition & 1 deletion test/utils/factory.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const factory = createFactory({
test: 'true',
type: 'go',
ipfsBin: findBin('go'),
ipfsHttp: {
ipfsHttpModule: {
path: require.resolve('../../src'),
ref: require('../../src')
}
Expand Down