From 87a53703356c9d20863686f8e3c600b5073a50ae Mon Sep 17 00:00:00 2001 From: ashanfernando Date: Wed, 12 Mar 2025 10:32:48 +0530 Subject: [PATCH] Change test data --- test-data/test-scope/ui/hello-world/hello-world.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-data/test-scope/ui/hello-world/hello-world.tsx b/test-data/test-scope/ui/hello-world/hello-world.tsx index f647753..192f70a 100644 --- a/test-data/test-scope/ui/hello-world/hello-world.tsx +++ b/test-data/test-scope/ui/hello-world/hello-world.tsx @@ -1,7 +1,7 @@ import { getHelloWorld } from '@bit-tasks/test-scope.get-hello-world'; /** - * renders a "hello world" text 2 + * renders a "hello world" */ export function HelloWorld() {