Skip to content

Commit af7d0f5

Browse files
committed
wip
1 parent 7754192 commit af7d0f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/signals/signals/src/lib/__tests__/normalize-url.test.ts renamed to packages/signals/signals/src/lib/normalize-url/__tests__/normalize-url.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import { setLocation } from '../../test-helpers/set-location'
2-
import { normalizeUrl } from '../normalize-url'
1+
import { setLocation } from '../../../test-helpers/set-location'
2+
import { normalizeUrl } from '..'
33

44
describe('normalizeUrl', () => {
55
beforeEach(() => {

0 commit comments

Comments
 (0)