This repository was archived by the owner on Mar 10, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ module.exports = (common, options) => {
25
25
before ( async ( ) => {
26
26
ipfs1 = ( await common . spawn ( ) ) . api
27
27
// webworkers are not dialable because webrtc is not available
28
- ipfs2 = ( await common . spawn ( { type : isWebWorker ? 'js ' : undefined } ) ) . api
29
- ipfs3 = ( await common . spawn ( { type : isWebWorker ? 'js ' : undefined } ) ) . api
28
+ ipfs2 = ( await common . spawn ( { type : isWebWorker ? 'go ' : undefined } ) ) . api
29
+ ipfs3 = ( await common . spawn ( { type : isWebWorker ? 'go ' : undefined } ) ) . api
30
30
31
31
const ipfs2Addr = ipfs2 . peerId . addresses
32
32
. find ( ma => ma . nodeAddress ( ) . address === '127.0.0.1' )
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ module.exports = (common, options) => {
31
31
// and JS is flaky everywhere
32
32
33
33
// webworkers are not dialable because webrtc is not available
34
- ipfs2 = ( await common . spawn ( { type : isWebWorker ? 'js ' : undefined } ) ) . api
34
+ ipfs2 = ( await common . spawn ( { type : isWebWorker ? 'go ' : undefined } ) ) . api
35
35
} )
36
36
37
37
beforeEach ( ( ) => {
You can’t perform that action at this time.
0 commit comments