# Packages
package karma implements support for testing Serulian code via the karma testing framework.
# Functions
DecorateRunners decorates the test command with a command for each runner.
RegisterRunner registers a test runner with the specific name.
# Interfaces
TestRunner defines an interface for the test runner.