test function

void test(
  1. String project
)

generate template for test

Implementation

void test(String project) {
  File('$project/test/widget_test.dart').writeAsStringSync('''
void main() {}''');
}