
committed by
Misko Hevery

parent
64ad74acbe
commit
5c25248582
@ -5,7 +5,7 @@ library angular2.test.transform;
|
||||
|
||||
import 'dart:async';
|
||||
|
||||
/// Mocked out version of [bootstrap], defined in application.dart. Importing
|
||||
/// Mocked out version of `bootstrap`, defined in application.dart. Importing
|
||||
/// the actual file in tests causes issues with resolution due to its
|
||||
/// transitive dependencies.
|
||||
Future bootstrap(Type appComponentType,
|
||||
|
@ -3,7 +3,7 @@
|
||||
// BSD-style license that can be found in the LICENSE file.
|
||||
library angular2.test.transform;
|
||||
|
||||
/// Mocked out version of [ReflectionCapabilities], defined in
|
||||
/// Mocked out version of {@link ReflectionCapabilities}, defined in
|
||||
/// src/reflection/reflection_capabilities.dart. Importing the actual file in
|
||||
/// tests causes issues with resolution due to transitive dependencies.
|
||||
class ReflectionCapabilities {}
|
||||
|
Reference in New Issue
Block a user