We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffd3b17 commit 503bc82Copy full SHA for 503bc82
packages/utils/src/lib/text-formats/table.ts
@@ -5,7 +5,7 @@ import type {
5
TableColumnObject,
6
TableColumnPrimitive,
7
} from '@code-pushup/models';
8
-import { capitalize } from '@code-pushup/utils';
+import { capitalize } from '../case-conversions.js';
9
10
export function rowToStringArray({ rows, columns = [] }: Table): string[][] {
11
if (Array.isArray(rows.at(0)) && typeof columns.at(0) === 'object') {
0 commit comments