Skip to content

Commit e8b9476

Browse files
committed
fix lint issues
1 parent ea80fcd commit e8b9476

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/api/test_helpers.ts

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
import { IRunEnvironment } from "./types";
2-
import path from "path";
3-
import fs from "mz/fs";
4-
import { reindent } from "reindent-template-literals";
5-
import { PassThrough } from "stream";
6-
import { IdGenerator } from "@cucumber/messages";
1+
import { IRunEnvironment } from './types'
2+
import path from 'path'
3+
import fs from 'mz/fs'
4+
import { reindent } from 'reindent-template-literals'
5+
import { PassThrough } from 'stream'
6+
import { IdGenerator } from '@cucumber/messages'
77

88
const newId = IdGenerator.uuid()
99

0 commit comments

Comments
 (0)