From 9bd48005fda1d94a526e36bec256b56add65b28d Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Fri, 28 Oct 2022 00:23:40 +0300 Subject: use `react-hook-form` and fix tests --- vnext/src/ui/__tests__/__snapshots__/UserLink.test.js.snap | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'vnext/src/ui/__tests__/__snapshots__/UserLink.test.js.snap') diff --git a/vnext/src/ui/__tests__/__snapshots__/UserLink.test.js.snap b/vnext/src/ui/__tests__/__snapshots__/UserLink.test.js.snap index 0864479c..ab6cd46b 100644 --- a/vnext/src/ui/__tests__/__snapshots__/UserLink.test.js.snap +++ b/vnext/src/ui/__tests__/__snapshots__/UserLink.test.js.snap @@ -1,7 +1,7 @@ // Jest Snapshot v1, https://goo.gl/fbAQLP exports[`UserLink renders correctly 1`] = ` -Array [ +[ - , ] `; -- cgit v1.2.3