mirror of
https://github.com/abhigyanpatwari/GitNexus.git
synced 2026-08-28 05:25:25 +00:00
style: fix prettier formatting in ignore-service.test.ts
This commit is contained in:
parent
8a67acb9dd
commit
a4a79ac920
1 changed files with 3 additions and 3 deletions
|
|
@ -763,9 +763,9 @@ describe('loadIgnoreRules — user-level global ignore file (#2606)', () => {
|
|||
const cap = _captureLogger();
|
||||
const ig = await loadIgnoreRules(repoDir);
|
||||
expect(ig).toBeNull();
|
||||
expect(
|
||||
cap.records().some((r) => String(r.msg ?? '').includes('global ignore file')),
|
||||
).toBe(true);
|
||||
expect(cap.records().some((r) => String(r.msg ?? '').includes('global ignore file'))).toBe(
|
||||
true,
|
||||
);
|
||||
|
||||
cap.restore();
|
||||
await fs.chmod(globalIgnorePath, 0o644);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue