blob: 16d897da721fed59a9a583b079525822dd075760 [file] [log] [blame]
import 'package:test/test.dart';
myTest(String name, Function() testFn) => test(name, testFn);