Skip to content

Commit

Permalink
test: remove Config import
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc committed Jul 31, 2023
1 parent a5d267f commit 378a4f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/command/command.test.ts
Original file line number Diff line number Diff line change
@@ -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')
Expand Down

0 comments on commit 378a4f7

Please sign in to comment.