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 7754192 commit af7d0f5Copy full SHA for af7d0f5
packages/signals/signals/src/lib/__tests__/normalize-url.test.ts renamed to packages/signals/signals/src/lib/normalize-url/__tests__/normalize-url.test.ts
@@ -1,5 +1,5 @@
1
-import { setLocation } from '../../test-helpers/set-location'
2
-import { normalizeUrl } from '../normalize-url'
+import { setLocation } from '../../../test-helpers/set-location'
+import { normalizeUrl } from '..'
3
4
describe('normalizeUrl', () => {
5
beforeEach(() => {
0 commit comments