Skip to content

Commit

Permalink
fix: link to playground
Browse files Browse the repository at this point in the history
Close 373
  • Loading branch information
peter-jerry-ye committed Dec 20, 2024
1 parent 96cea03 commit 2762520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moonbit-tour/tour/chapter1_basics/lesson12_test/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

MoonBit has built-in testing support. There is no need to import or configure extra packages or tools; just use the test block and write the test code inside.

**Note: this feature is not supported in this tour. You can try it in our [playground](try.moonbitlang.com) or in your terminal if the MoonBit toolchain is installed.**
**Note: this feature is not supported in this tour. You can try it in our [playground](https://try.moonbitlang.com) or in your terminal if the MoonBit toolchain is installed.**

In the first test block, we test some properties using the built-in functions `assert_eq`, `assert_false`, and `assert_true`.
By running `moon test` in the terminal or clicking the test button in your integrated development environment (IDE), the tests will be executed.
Expand Down

0 comments on commit 2762520

Please sign in to comment.