This repository was archived by the owner on Feb 12, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +6
-12
lines changed Expand file tree Collapse file tree 1 file changed +6
-12
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,10 @@ describe('interface-ipfs-core over ipfs-http-client tests', function () {
21
21
path : require . resolve ( 'ipfs-http-client' ) ,
22
22
ref : require ( 'ipfs-http-client' )
23
23
} ,
24
- ipfsBin : './src/cli/bin.js'
24
+ ipfsBin : './src/cli/bin.js' ,
25
+ ipfsOptions : {
26
+ pass : 'ipfs-is-awesome-software'
27
+ }
25
28
}
26
29
const commonFactory = ctl . createTestsInterface ( commonOptions )
27
30
@@ -53,21 +56,12 @@ describe('interface-ipfs-core over ipfs-http-client tests', function () {
53
56
54
57
tests . filesMFS ( commonFactory )
55
58
56
- tests . key ( ctl . createTestsInterface ( merge ( commonOptions , {
57
- ipfsOptions : {
58
- pass : 'ipfs-is-awesome-software'
59
- }
60
- } ) ) )
59
+ tests . key ( commonFactory )
61
60
62
- tests . miscellaneous ( ctl . createTestsInterface ( merge ( commonOptions , {
63
- ipfsOptions : {
64
- pass : 'ipfs-is-awesome-software'
65
- }
66
- } ) ) )
61
+ tests . miscellaneous ( commonFactory )
67
62
68
63
tests . name ( ctl . createTestsInterface ( merge ( commonOptions , {
69
64
ipfsOptions : {
70
- pass : 'ipfs-is-awesome-software' ,
71
65
offline : true
72
66
}
73
67
} ) ) )
You can’t perform that action at this time.
0 commit comments