fix(core): update

This commit is contained in:
2023-11-09 17:55:26 +01:00
parent d0f85b026f
commit 6ccd0281b9
5 changed files with 586 additions and 878 deletions

View File

@@ -1,6 +1,6 @@
import * as plugins from './tstest.plugins.js';
import * as paths from './tstest.paths.js';
import { Smartfile } from '@push.rocks/smartfile';
import { SmartFile } from '@push.rocks/smartfile';
// tap related stuff
import { TapCombinator } from './tstest.classes.tap.combinator.js';
@@ -26,7 +26,7 @@ export class TestDirectory {
/**
* an array of Smartfiles
*/
testfileArray: Smartfile[] = [];
testfileArray: SmartFile[] = [];
/**
* the constructor for TestDirectory