Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 223 Bytes

testing.md

File metadata and controls

29 lines (20 loc) · 223 Bytes
sidebar_position
5

Testing

Check installed dependencies:

task deps:check

To execute tests:

task test

Auto format code:

task fmt

List helpful targets:

task