Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 578 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (10 loc) · 578 Bytes

Please read CONTRIBUTING first.

Run tests

MacOS/Linux/Windows

Install the latest version of Dart.

At terminal, run dart test from this directory.

Alternatively, you can use an IDE that runs Dart projects, such as IntelliJ Idea Community.

The dart test command will run the unit tests and the Dart-transformed acceptance tests. This is good as a first pass check and for debugging.

Make a release

In construction