firefox-devtools / devtools-core

:rocket: Packages for Firefox DevTools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add reps test for Generator

nchevobbe opened this issue · comments

In browser_webconsole_bug_632347_iterators_generators.js, we were testing that generators were displayed in the console output as Generator.

We do have the proper output in the new frontend, but no test for it.
Here we should add at least one stub and a test to render it (I think it is rendered by the GripRep).