Skip to content

Commit 0f1a1d9

Browse files
authored
Update packages/svelte/src/reactivity/date.test.ts
1 parent 68e87e4 commit 0f1a1d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,7 @@ test('Date fine grained tests', () => {
555555
cleanup();
556556
});
557557

558-
test('Datae.toLocaleString', () => {
558+
test('Date.toLocaleString', () => {
559559
const date = new SvelteDate(initial_date);
560560

561561
const log: any = [];

0 commit comments

Comments
 (0)