Open harry-xm opened 3 years ago
Can I use suite and test to test my application? Is there any documentation?
suite
test
Documentation is lacking atm, but in the meantime, you can checkout https://github.com/mint-lang/mint/tree/master/core/tests/tests for usage examples.
Can I use
suite
andtest
to test my application? Is there any documentation?