diff --git a/test.jsx b/test.jsx index 8223918..fdcda28 100644 --- a/test.jsx +++ b/test.jsx @@ -1074,4 +1074,8 @@ test('react-markdown', async function (t) { } } }) + + await t.test('should autolink and autoLink prop is set', function(){ + assert.equal(renderToStaticMarkup(), '

This is a link https://google.com

') + }) })