Note: Contributions are not being accepted at this time as we are still focusing on setting up the core architecture.
This is an early-stage project that is expected to undergo frequent changes.
- All example plans are snapshot tested in
core_test.go
- Tests with a
test.json
file will be built and run automatically - The test output must contain the
expectedOutput
specified in the test file
mise check
- Run linting and type checkingmise test
- Run unit testsmise test-integration
- Run integration tests