tracks/dart/config/exercise_readme.go.tmpl in trackler-2.2.1.104 vs tracks/dart/config/exercise_readme.go.tmpl in trackler-2.2.1.105
- old
+ new
@@ -2,13 +2,18 @@
{{ .Spec.Description -}}
{{- with .Hints }}
{{ . }}
{{ end }}
-{{- with .TrackInsert }}
-{{ . }}
-{{ end }}
-{{- with .Spec.Credits -}}
+
+To run the tests:
+
+```sh
+$ pub run test
+```
+
+For more detailed info about the Dart track see the [help page](http://exercism.io/languages/dart).
+{{ with .Spec.Credits }}
## Source
{{ . }}
{{ end }}
## Submitting Incomplete Solutions