Skip to content

Commit

Permalink
space
Browse files Browse the repository at this point in the history
  • Loading branch information
jiqiang90 committed Mar 8, 2024
1 parent 06b43a9 commit 6c032bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/cli/src/controller/publish-controller.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ describe('Cli publish', () => {
it(`upload file to ipfs`, async () => {
// only enable when test locally
const ipfs = create({url: ipfsEndpoint});

//test string
const cid = await uploadFile({path: '', content: 'Test for upload string to ipfs'}, testAuth);
console.log(`upload file cid: ${cid}`);
Expand Down

0 comments on commit 6c032bc

Please sign in to comment.