removeNdjsonGherkin static method
void
removeNdjsonGherkin()
Implementation
static void removeNdjsonGherkin() {
final path =
join(current, 'integration_test', 'ndjson', 'ndjson_gherkin.json');
if (exists(path)) {
delete(path);
}
}