We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6d19ab commit 4d2b6cbCopy full SHA for 4d2b6cb
packages/plugin-js-benchmak/src/lib/utils.ts
@@ -1,7 +1,8 @@
1
import type { Audit, CategoryRef } from '@code-pushup/models';
2
import { importModule } from '@code-pushup/utils';
3
import { JS_BENCHMARK_PLUGIN_SLUG } from './constants.js';
4
-import { type SuiteConfig, toAuditSlug } from './runner/index.js';
+import type { SuiteConfig } from './runner/types.js';
5
+import { toAuditSlug } from './runner/utils.js';
6
7
export function toAuditTitle(suiteName: string): string {
8
return `${suiteName}`;
0 commit comments