Skip to content

Commit f8698de

Browse files
committed
chore(refactor): moved filterIgnoredKeys test file
1 parent 4b5a323 commit f8698de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/cli/test/unit/core/filterIgnoredKeys.test.ts renamed to packages/cli/test/unit/core/helpers/filterIgnoredKeys.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { describe, it, expect } from 'vitest';
2-
import { filterIgnoredKeys } from '../../../src/core/helpers/filterIgnoredKeys.js';
2+
import { filterIgnoredKeys } from '../../../../src/core/helpers/filterIgnoredKeys.js';
33

44
describe('filterIgnoredKeys', () => {
55
it('filters exact and regex matches', () => {

0 commit comments

Comments
 (0)