From dd203451e5068d36782e7c43bdcf6a3cd955a4b2 Mon Sep 17 00:00:00 2001 From: Mark Noonan Date: Mon, 22 Aug 2022 15:51:59 -0400 Subject: [PATCH] Remove unused text Unless something is truly "to be written" here. --- .../testing-and-debugging/unit-testing-svelte-component.svx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/routes/recipes/testing-and-debugging/unit-testing-svelte-component.svx b/src/routes/recipes/testing-and-debugging/unit-testing-svelte-component.svx index 9e07cc05f..40cc107ff 100644 --- a/src/routes/recipes/testing-and-debugging/unit-testing-svelte-component.svx +++ b/src/routes/recipes/testing-and-debugging/unit-testing-svelte-component.svx @@ -154,5 +154,3 @@ test('it should render slotted content', () => { expect(button.innerHTML).toBe('Hello'); }); ``` - -_to be written_