This repository was archived by the owner on Mar 8, 2019. It is now read-only.

Description
I'm trying to add slot support for JSX templates and man has this whole ordeal triggered me. I thought the easiest way to go about it would be to duplicate the slot e2e tests from the grid.test.ts
to the grid-jsx.test.ts
, add some slots in the component and just run them.
I put some visitors with console.logs into script-handlers/slotHandler.js
but nothing is being output. Lots of googling, this seems to be a Jest issue that they haven't fixed in two years.
So how do you guys do it? Is there a better alternative for me to test this JSX stuff on? I won't be able to change anything as long as Jest keeps fiddling with stdout.