This boilerplate uses
Test files should be picked based on their name, here's a few examples that will get picked up by Test:
test/kata_test.dart
test/my_test_file_test.dart
dart pub get
# Run tests once
dart test
# Run tests for a specific file
dart test test/kata_test.dart