From c8d3044c67cea0768f3638148dfc0f7f12e79afb Mon Sep 17 00:00:00 2001 From: David Goss Date: Sat, 15 Jan 2022 14:12:53 +0000 Subject: [PATCH] remove unused import --- features/support/world.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/features/support/world.ts b/features/support/world.ts index d3e816880..c4706d9ca 100644 --- a/features/support/world.ts +++ b/features/support/world.ts @@ -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'