diff --git a/packages/supertape/bin/subscribe.mjs b/packages/supertape/bin/subscribe.mjs index 8bcd478..9615e16 100644 --- a/packages/supertape/bin/subscribe.mjs +++ b/packages/supertape/bin/subscribe.mjs @@ -2,7 +2,6 @@ import keyPress from '@putout/cli-keypress'; import harnessCreator from '../lib/formatter/harness.js'; const {createHarness} = harnessCreator; - const resolveFormatter = async (name) => await import(`@supertape/formatter-${name}`); export async function subscribe({name, exit, worker, stdout}) {