
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.
11 lines
199 B
YAML
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
|