2015-07-15 20:18:06 -04:00
|
|
|
name: angular2_testing
|
2015-12-03 20:26:18 -05:00
|
|
|
description: 'Helpers to run unit tests for angular2 components and injectables.'
|
|
|
|
version: 0.0.0
|
2015-07-15 20:18:06 -04:00
|
|
|
environment:
|
|
|
|
sdk: '>=1.10.0 <2.0.0'
|
|
|
|
dependencies:
|
2015-12-03 20:26:18 -05:00
|
|
|
# This will be overridden by scripts/publish/pubspec_cleaner
|
|
|
|
# to point to the current version of Angular2.
|
2015-07-15 20:18:06 -04:00
|
|
|
angular2:
|
2015-12-03 20:26:18 -05:00
|
|
|
path: '../angular2'
|
2015-07-15 20:18:06 -04:00
|
|
|
dev_dependencies:
|
|
|
|
test: '^0.12.6'
|
2016-01-06 17:13:44 -05:00
|
|
|
quiver: '^0.21.4'
|
2015-12-03 15:00:10 -05:00
|
|
|
transformers:
|
|
|
|
# Allows testing with `pub serve`
|
|
|
|
# See https://github.com/dart-lang/test#testing-with-barback
|
|
|
|
- test/pub_serve:
|
|
|
|
$include: test/**_test.dart
|