We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
moon test --target=all
Operating System: Windows
moon 0.1.20250121 (a825806 2025-01-21) ~\.moon\bin\moon.exe moonc v0.1.20250121+7fc3467ab ~\.moon\bin\moonc.exe moonrun 0.1.20250121 (a825806 2025-01-21) ~\.moon\bin\moonrun.exe
Create a new project, create src/test.mbt:
src/test.mbt
test { inspect!(1, content="1") }
run: moon test --target=all
output:
Total tests: 1, passed: 1, failed: 0. [wasm-gc] Total tests: 1, passed: 1, failed: 0. [js] Total tests: 1, passed: 1, failed: 0. [wasm] Total tests: 1, passed: 1, failed: 0. [native]
Total tests: 1, passed: 1, failed: 0. [wasm-gc] Total tests: 1, passed: 1, failed: 0. [js] Total tests: 1, passed: 1, failed: 0. [wasm]
The text was updated successfully, but these errors were encountered:
Native backend is still considered experimental.
Sorry, something went wrong.
Oh! I see.
No branches or pull requests
Bug Report
Environment
OS
Operating System: Windows
MoonBit CLI Tools Version
Steps to Reproduce
Create a new project, create
src/test.mbt
:run:
moon test --target=all
Expected Behavior
output:
Actual Behavior
output:
Checklist
The text was updated successfully, but these errors were encountered: