Ben Simpson

Results 7 comments of Ben Simpson

Not sure if it's related but I'm getting `Uncaught TypeError: Cannot redefine property: __get__` with Karma and Webpack. but only when Karma points to a single file which requires all...

Have you tried this? ``` await act(async() => { fireEvent.change(getByLabelText(/email/i), {target: {value: fakeUsername}}); }); ```

Grafana has a whole ton of logic around controlling scales and other configs. This fix could take a while. ref: https://github.com/grafana/grafana/tree/main/packages/grafana-ui/src/components/uPlot/config

> It works perfectly. (I ran an asset generation and pushed it) I have only one comment: I think there should be some visual feedback that a time interval is...

> The "reset time range" button should not be displayed in the summary tab, because nothing there depends on the selected time frame. In general, if there is no chart...

This way of testing is all based on the principles designed by https://testing-library.com. It is the go-to testing library used by pretty much all frontend projects. We have produced a...

It seems we all have quite different ideas about how this library should work 😄 I don't think I have much to add to this discussion, other than I believe...