Skip to content

Commit

Permalink
style(utils): fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
matejchalk committed Jul 31, 2024
1 parent 94ad378 commit b2db9ed
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/utils/src/lib/reports/log-stdout-summary.unit.test.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import {beforeAll, describe, expect, vi} from 'vitest';
import {removeColorCodes} from '@code-pushup/test-utils';
import {ui} from '../logging';
import {binaryIconPrefix, logCategories} from './log-stdout-summary';
import {ScoredReport} from './types';
import { beforeAll, describe, expect, vi } from 'vitest';
import { removeColorCodes } from '@code-pushup/test-utils';
import { ui } from '../logging';
import { binaryIconPrefix, logCategories } from './log-stdout-summary';
import { ScoredReport } from './types';

describe('logCategories', () => {
let logs: string[];
Expand Down

0 comments on commit b2db9ed

Please sign in to comment.