Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjgoss committed Jan 15, 2022
1 parent 4a1a799 commit c8d3044
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion features/support/world.ts
Expand Up @@ -3,7 +3,6 @@ import { execFile } from 'child_process'
import { expect } from 'chai'
import toString from 'stream-to-string'
import { PassThrough, pipeline, Writable } from 'stream'
import chalk from 'chalk'
import stripAnsi from 'strip-ansi'
import fs from 'fs'
import path from 'path'
Expand Down

0 comments on commit c8d3044

Please sign in to comment.