flutter/packages/unit/pubspec.yaml
Adam Barth b64e1aaba8 Introduce sky/unit/test
This patch adds a new test harness and a first, trivial test to run with the
harness. The new test harness is built on package:test and should run on
Travis. Over time, we'll migrate our existing tests into this harness.
2015-08-20 21:01:13 -07:00

11 lines
199 B
YAML

name: sky_unit_tests
dependencies:
sky: any
sky_tools: any
test: any
dependency_overrides:
material_design_icons:
path: ../packages/material_design_icons
sky:
path: ../packages/sky