Skip to content

Commit

Permalink
fix(ci): E2E_IPFSD_TYPE=js npm run test:e2e
Browse files Browse the repository at this point in the history
js-ipfs changed CLI path at some point recently
  • Loading branch information
lidel committed Feb 25, 2021
1 parent fc4b2dc commit 39eaccc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/setup/global-init.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ module.exports = async function globalSetup (globalConfig) {
ipfsBin: require('go-ipfs').path()
},
js: {
ipfsBin: path.resolve(__dirname, '../../../node_modules/ipfs/src/cli/bin.js')
ipfsBin: path.resolve(__dirname, '../../../node_modules/ipfs/src/cli.js')
}
})

Expand Down

0 comments on commit 39eaccc

Please sign in to comment.