We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb620c5 commit 79f0659Copy full SHA for 79f0659
Makefile
@@ -37,7 +37,7 @@ install:
37
38
sure:
39
@# Help: Analyze the project's Dart code, check the formatting one or more Dart files and run unit tests for the current project.
40
- make check_style && make tests
+ make check_style && make test
41
42
show_test_coverage:
43
@# Help: Run Dart unit tests for the current project and show the coverage.
0 commit comments