grafana / influxdb-flux-datasource

Grafana datasource plugin for Flux (InfluxDB)
Apache License 2.0
51 stars 21 forks source link

Build: use @grafana/toolkit #41

Closed ryantxu closed 4 years ago

ryantxu commented 5 years ago

try using @grafana/toolkit

ryantxu commented 5 years ago

@dprokop -- failing with:

image

dprokop commented 5 years ago

Seems like a legitimate failure, isn't it? Tests seems to fail on master as well (not caused by typecheck in jest though, but by invariant throwing in slate-plain-serializer - but the root cause is the same - using API that does not exist in that version of plain).

daniellee commented 5 years ago

@ryantxu @dprokop I merged in a PR from David and updated here. Tried to run yarn build and got a lot of typing errors (mostly implicit any) and the tests regex failed to find any tests.

ryantxu commented 5 years ago

thanks @daniellee -- now I have the errors down to: image