Skip to content

Commit 7674b0f

Browse files
committed
chore(): test build fix
1 parent 4d59481 commit 7674b0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/shared/ds-component-coverage/src/core.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { getAngularDsUsageCategoryRefs } from './lib/utils.js';
77
export async function dsComponentUsagePluginCoreConfig({
88
directory,
99
dsComponents,
10-
}: DsComponentUsagePluginConfig) {
10+
}: DsComponentUsagePluginConfig): Promise<CoreConfig> {
1111
return {
1212
plugins: [
1313
angularDsUsagePlugin({

0 commit comments

Comments
 (0)