fix(core): update

This commit is contained in:
Philipp Kunz 2020-07-09 23:20:14 +00:00
parent 9d37fcf734
commit f24ff2f79e

View File

@ -7,7 +7,6 @@ import { coloredString as cs } from '@pushrocks/consolecolor';
import { TestDirectory } from './tstest.classes.testdirectory';
import { TapCombinator } from './tstest.classes.tap.combinator';
import { TapParser } from './tstest.classes.tap.parser';
import { threeEighths } from 'figures';
export class TsTest {
public testDir: TestDirectory;