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

Commit 1144845

Browse files
committed
fix: use proper module
1 parent b502af9 commit 1144845

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/interface.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ describe('interface-ipfs-core tests', () => {
1414
/** @type ControllerOptions */
1515
const commonOptions = {
1616
test: true,
17-
ipfsHttp: {
17+
ipfsHttpModule: {
1818
path: require.resolve('../src'),
1919
ref: require('../src')
2020
},

test/utils/factory.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const factory = createFactory({
66
test: 'true',
77
type: 'go',
88
ipfsBin: findBin('go'),
9-
ipfsHttp: {
9+
ipfsHttpModule: {
1010
path: require.resolve('../../src'),
1111
ref: require('../../src')
1212
}

0 commit comments

Comments
 (0)