{loading.toString()}
-
{error || 'no-error'}
+
{error || "no-error"}
{instances.length}
- {instances.map(instance => (
+ {instances.map((instance) => (
{instance.name}:{instance.running.toString()}
))}
-
+
{/* Action buttons for testing with specific instances */}
-
- )
+ );
}
function renderWithProvider(children: ReactNode) {
return render(
-