Skip to content

Commit

Permalink
TestUtils: log lines to disk.
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Yen <mark.yen@suse.com>
  • Loading branch information
mook-as committed Nov 1, 2023
1 parent 07d4d4d commit dafba72
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions e2e/utils/TestUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,11 @@ import plist from 'plist';
import { defaultSettings, LockedSettingsType, Settings } from '@pkg/config/settings';
import { PathManagementStrategy } from '@pkg/integrations/pathManager';
import * as childProcess from '@pkg/utils/childProcess';
import { Log } from '@pkg/utils/logging' ;
import paths from '@pkg/utils/paths';
import { RecursivePartial, RecursiveTypes } from '@pkg/utils/typeUtils';

const console = new Log(path.basename(__filename, '.ts'), reportAsset(__filename, 'log'));
let testInfo: undefined | {
testPath: string;
startTime: number;
Expand Down

0 comments on commit dafba72

Please sign in to comment.