The installing instructions [here](https://pub.dartlang.org/packages/test#-installing-tab-) show: ``` dependencies: test: ^1.5.3 ``` while it should be: ``` dev_dependencies: test: ^1.5.3 ```