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