From fe1bb25de6461bdb478ec77c8d223aa504700127 Mon Sep 17 00:00:00 2001 From: Sanjay Bhangar Date: Thu, 11 Jul 2024 18:22:30 +0530 Subject: [PATCH] comment out unused var in test --- src/ProfileForm.test.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/ProfileForm.test.js b/src/ProfileForm.test.js index e4e3509..41fbd92 100644 --- a/src/ProfileForm.test.js +++ b/src/ProfileForm.test.js @@ -188,10 +188,10 @@ test("profile marked as default is selected by default", () => { }); test("having dynamic_image_building enabled and no other choices shows dropdown", () => { - const { container } = render( - - - , - ); + // const { container } = render( + // + // + // , + // ); // check that the dropdown select exists with two choices });