Chromium Code Reviews| Index: pkg/testing/pubspec.yaml |
| diff --git a/pkg/testing/pubspec.yaml b/pkg/testing/pubspec.yaml |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..9c2e6351c643c25ecb221b5e84f1ee53afc873f5 |
| --- /dev/null |
| +++ b/pkg/testing/pubspec.yaml |
| @@ -0,0 +1,5 @@ |
| +# This pubspec is currently mainly used to make it easier to develop by making |
| +# it a package. |
| +name: testing |
| +#version: do-not-upload |
| +dependencies: |
|
ahe
2017/08/16 13:34:15
I think I used to have a pubspec file for this pac
Johnni Winther
2017/08/16 13:44:02
Haven't about "pub run testing" (what should it do
|