From edb0da95f13a00b0b3b5d4cfbe07952c3edfc3b2 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Sat, 11 Dec 2021 14:58:34 -0500 Subject: [PATCH] move test/utils.js to where it belongs (#23586) --- tests/{utils.js => helpers/diff-files.js} | 0 tests/linting/lint-files.js | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename tests/{utils.js => helpers/diff-files.js} (100%) 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')