Skip to content

Commit e951629

Browse files
committed
refactor: wip
1 parent 44d8e35 commit e951629

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/lib/implementation/read-rc-file.unit.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ vi.mock('@code-pushup/utils', async () => {
2626
};
2727
});
2828

29-
// Note: memfs files are used for fileExists checks, but the actual import uses the mocked importModule
29+
// Note: memfs files are only listed to satisfy a system check, value is used from the mocked importModule
3030
describe('autoloadRc', () => {
3131
it('prioritise a .ts configuration file', async () => {
3232
vol.fromJSON(

0 commit comments

Comments
 (0)