We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb66eb4 commit 7211337Copy full SHA for 7211337
tools/spectral/ipa/__tests__/utils/compareUtils.test.js
@@ -1,6 +1,6 @@
1
// compareUtils.it.js
2
import { describe, expect, it } from '@jest/globals';
3
-import { isDeepEqual, omitDeep } from './compareUtils.js';
+import { isDeepEqual, omitDeep } from '../../rulesets/functions/utils/compareUtils';
4
5
describe('isDeepEqual', () => {
6
it('handles primitive values', () => {
0 commit comments