Skip to content

Commit

Permalink
Merge pull request #498 from unchain-tech/fix-brtag
Browse files Browse the repository at this point in the history
remove <br /> tag in markdown
  • Loading branch information
mashharuki authored Jun 15, 2024
2 parents 2f65275 + 422233a commit a8480df
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -274,8 +274,7 @@ describe("AssetTokenization", function () {

`describe('buyNFT', function () { ...`に続くテストでは、 `buyNFT`を呼び出した際に正しい量のAVAXが購入者から農家へ支払われているのかを確認しています。
これは`farmNft`でも同じようなテストをしましたが、 `AssetTokenization`は購入者と`farmNft`を仲介してNFTの購入を行っているので、 ここではその仲介が正しく機能しているのかを確認しています。
<br />
<br />

`const { userAccounts, assetTokenization } = await ...`では分割代入という構文を用いています。
くわしくは[こちら](https://typescript-jp.gitbook.io/deep-dive/future-javascript/destructuring)に説明が載っています。
Expand Down

0 comments on commit a8480df

Please sign in to comment.