diff --git a/tests/utils.js b/tests/helpers/diff-files.js similarity index 100% rename from tests/utils.js rename to tests/helpers/diff-files.js diff --git a/tests/linting/lint-files.js b/tests/linting/lint-files.js index 904f74fe84..95001c216f 100644 --- a/tests/linting/lint-files.js +++ b/tests/linting/lint-files.js @@ -24,7 +24,7 @@ import { getLiquidConditionals } from '../../script/helpers/get-liquid-condition import allowedVersionOperators from '../../lib/liquid-tags/ifversion-supported-operators.js' import semver from 'semver' import { jest } from '@jest/globals' -import { getDiffFiles } from '../utils.js' +import { getDiffFiles } from '../helpers/diff-files.js' jest.useFakeTimers('legacy')