diff options
author | Vitaly Takmazov | 2019-02-26 16:22:13 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:54 +0300 |
commit | 695672f750ec9702c75a5020c90acba7b036380d (patch) | |
tree | 0cc4e5f386c531e485a232922ec61c8603f8274b /vnext/src/components/__tests__/__snapshots__ | |
parent | f507e0639cb29ccf74926177e7230255f07648fb (diff) |
UserLink component
Diffstat (limited to 'vnext/src/components/__tests__/__snapshots__')
-rw-r--r-- | vnext/src/components/__tests__/__snapshots__/UserLink.test.js.snap | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/vnext/src/components/__tests__/__snapshots__/UserLink.test.js.snap b/vnext/src/components/__tests__/__snapshots__/UserLink.test.js.snap new file mode 100644 index 00000000..d7eaed28 --- /dev/null +++ b/vnext/src/components/__tests__/__snapshots__/UserLink.test.js.snap @@ -0,0 +1,23 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`UserLink renders correctly 1`] = ` +Array [ + <a + href="/ugnich/" + onClick={[Function]} + > + ugnich + </a>, + <a + href="/ugnich/" + onClick={[Function]} + > + ugnich + </a>, + <a + href="https://example.com/u/test" + > + + </a>, +] +`; |