We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea80fcd commit e8b9476Copy full SHA for e8b9476
src/api/test_helpers.ts
@@ -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";
+import { IRunEnvironment } from './types'
+import path from 'path'
+import fs from 'mz/fs'
+import { reindent } from 'reindent-template-literals'
+import { PassThrough } from 'stream'
+import { IdGenerator } from '@cucumber/messages'
7
8
const newId = IdGenerator.uuid()
9
0 commit comments