From 1cf8743f6d11d6387916735de6f5798febea7803 Mon Sep 17 00:00:00 2001 From: "Kent C. Dodds" Date: Thu, 4 Jun 2020 17:28:00 -0600 Subject: [PATCH] add link --- src/__tests__/helpers/utils.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/__tests__/helpers/utils.js b/src/__tests__/helpers/utils.js index 2381fddf..cf834752 100644 --- a/src/__tests__/helpers/utils.js +++ b/src/__tests__/helpers/utils.js @@ -1,6 +1,9 @@ import React from 'react' import {render} from '@testing-library/react' +// this is pretty helpful: +// https://jsbin.com/nimelileyo/edit?js,output + // all of the stuff below is complex magic that makes the simpler tests work // sorrynotsorry...