This repository was archived by the owner on Feb 12, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +4
-1
lines changed Expand file tree Collapse file tree 4 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ module.exports = {
8
8
describe : 'Pins object to local storage.' ,
9
9
10
10
builder : {
11
+ 'ipfs-path' : { } , // Temporary fix for https://github.com/yargs/yargs-parser/issues/151
11
12
recursive : {
12
13
type : 'boolean' ,
13
14
alias : 'r' ,
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ module.exports = {
9
9
describe : 'List objects pinned to local storage.' ,
10
10
11
11
builder : {
12
+ 'ipfs-path' : { } , // Temporary fix for https://github.com/yargs/yargs-parser/issues/151
12
13
type : {
13
14
type : 'string' ,
14
15
alias : 't' ,
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ module.exports = {
8
8
describe : 'Removes the pinned object from local storage.' ,
9
9
10
10
builder : {
11
+ 'ipfs-path' : { } , // Temporary fix for https://github.com/yargs/yargs-parser/issues/151
11
12
recursive : {
12
13
type : 'boolean' ,
13
14
alias : 'r' ,
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ const pins = {
18
18
mercuryWiki : 'QmVgSHAdMxFAuMP2JiMAYkB8pCWP1tcB9djqvq8GKAFiHi'
19
19
}
20
20
21
- describe ( 'pin' , ( ) => runOnAndOff ( thing => {
21
+ describe . only ( 'pin' , ( ) => runOnAndOff ( thing => {
22
22
let ipfs
23
23
24
24
before ( function ( ) {
You can’t perform that action at this time.
0 commit comments