Skip to content
Eduardo Ulibarri Toledo edited this page Jun 22, 2021 · 1 revision

Unit tests with Munit

The API comes with some built-in unit tests written with munit. These are used internally for basic testing.

You can run the tests by running sbt test or simply test from the SBT shell.

Table of contents

Clone this wiki locally