From 378a4f71583b4fb424dc38b192172ab759eed7e1 Mon Sep 17 00:00:00 2001 From: mshanemc Date: Mon, 31 Jul 2023 14:38:05 -0500 Subject: [PATCH] test: remove Config import --- test/command/command.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/command/command.test.ts b/test/command/command.test.ts index f10d1cfd4..ecade0257 100644 --- a/test/command/command.test.ts +++ b/test/command/command.test.ts @@ -1,6 +1,6 @@ import {expect, fancy} from 'fancy-test' // import path = require('path') -import {Args, Command as Base, Config, Flags, toCached} from '../../src' +import {Args, Command as Base, Flags, toCached} from '../../src' // import {TestHelpClassConfig} from './helpers/test-help-in-src/src/test-help-plugin' // const pjson = require('../package.json')