Tim Blasi 329b2eda66 refactor(dart/transform tests): Use actual directive def'n instead of mock.
In the transformer unit tests, we previously used a mock directive annotation. This update
substitutes the actual Angular2 directive annotations.

Closes #706
2015-02-20 09:44:56 -08:00

8 lines
83 B
Dart

library web_foo;
import 'bar.dart';
void main() {
new MyComponent('Things');
}