Files
angular-docs-cn/modules/@angular/core/testing/async.dart
T

5 lines
152 B
Dart
Raw Normal View History

// This symbol is not used on the Dart side. This exists just as a stub.
async(Function fn) {
throw 'async() test wrapper not available for Dart.';
}