Skip to content

Commit 1e3896f

Browse files
committed
updated cli args tests
1 parent e1bbb66 commit 1e3896f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tests/ArgString.test.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
import { describe, it, beforeEach } from 'mocha';
1+
import { describe, it } from 'mocha';
22
import { expect } from 'chai';
33
//NOTE: no extensions in tests because it's excluded in tsconfig.json and
44
//we are testing in a typescript environment via `ts-mocha -r tsx` (esm)
5-
import ArgString from '../src/data/processors/ArgString';
65
import Nest from '../src/data/Nest'
76

87
describe('ArgString argv Tests', () => {

0 commit comments

Comments
 (0)