Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove <br /> tag in markdown #498

Merged
merged 1 commit into from
Jun 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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