storybookjs / testing-library

Instrumented version of Testing Library for Storybook Interactions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Idea: Consider setting computedStyleSupportsPseudoElements

IanVS opened this issue · comments

I just learned about https://testing-library.com/docs/dom-testing-library/api-configuration/#computedstylesupportspseudoelements, which apparently should be true when running in the browser, which this package is intended for. So, maybe we should configure it to true by default? Or maybe that's a job for the interaction testing addon?