Skip to content

Commit e64bbd7

Browse files
committed
renamed test name
1 parent f7479a3 commit e64bbd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/svelte/src/reactivity/url.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ test('url.href', () => {
111111
cleanup();
112112
});
113113

114-
test('fine grained tests', () => {
114+
test('url fine grained tests', () => {
115115
const url = new ReactiveURL('https://svelte.dev/');
116116

117117
let changes: Record<keyof typeof url, boolean> = {

0 commit comments

Comments
 (0)