mirror of
https://github.com/abhigyanpatwari/GitNexus.git
synced 2026-08-28 05:25:25 +00:00
chore(autofix): apply prettier + eslint fixes via /autofix command
This commit is contained in:
parent
59e0e0725a
commit
bba0de51d8
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue