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

Commit

Permalink
fix: use proper module
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias committed Dec 10, 2019
1 parent b502af9 commit 1144845
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

0 comments on commit 1144845

Please sign in to comment.