Skip to content

Commit edb0da9

Browse files
author
Peter Bengtsson
authored
move test/utils.js to where it belongs (#23586)
1 parent 037466c commit edb0da9

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

tests/linting/lint-files.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import { getLiquidConditionals } from '../../script/helpers/get-liquid-condition
2424
import allowedVersionOperators from '../../lib/liquid-tags/ifversion-supported-operators.js'
2525
import semver from 'semver'
2626
import { jest } from '@jest/globals'
27-
import { getDiffFiles } from '../utils.js'
27+
import { getDiffFiles } from '../helpers/diff-files.js'
2828

2929
jest.useFakeTimers('legacy')
3030

0 commit comments

Comments
 (0)