Skip to content

Commit

Permalink
refactor: format
Browse files Browse the repository at this point in the history
  • Loading branch information
BioPhoton committed Mar 11, 2024
1 parent 6d84643 commit 8449932
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
import {beforeAll, describe, expect, vi} from 'vitest';
import { beforeAll, describe, expect, vi } from 'vitest';
import { reportMock } from '@code-pushup/test-utils';
import { ui } from '../logging';
import { logStdoutSummary } from './log-stdout-summary';
import { scoreReport } from './scoring';
import { sortReport } from './sorting';


describe('logStdoutSummary', () => {
// eslint-disable-next-line vitest/require-hook
let logs: string[] = [];
Expand Down

0 comments on commit 8449932

Please sign in to comment.