chore(autofix): apply prettier + eslint fixes via /autofix command

This commit is contained in:
github-actions[bot] 2026-08-27 17:03:02 +00:00
parent 59e0e0725a
commit bba0de51d8

View file

@ -14,7 +14,7 @@
import { describe, it, expect } from 'vitest';
import { syncGroup } from '../../../src/core/group/sync.js';
import { makeWildcardPair } from './fixtures.js';
import type { GroupConfig, StoredContract } from '../../../src/core/group/types.js';
import type { GroupConfig } from '../../../src/core/group/types.js';
describe('syncGroup exactOnly gates the wildcard stage', () => {
const config: GroupConfig = {