Skip to content

Commit 8f97655

Browse files
committed
fix: import axeGroupRefs in code-pushup preset
1 parent 1550240 commit 8f97655

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code-pushup.preset.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { createProjectGraphAsync } from '@nx/devkit';
33
import type { CoreConfig, PluginUrls } from './packages/models/src/index.js';
44
import axePlugin, {
55
type AxePluginOptions,
6-
axeCategories,
6+
axeGroupRefs,
77
} from './packages/plugin-axe/src/index.js';
88
import coveragePlugin, {
99
type CoveragePluginConfig,

0 commit comments

Comments
 (0)