grafana / influxdb-flux-datasource

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

No tests found with yarn test #64

Closed pbaumard closed 4 years ago

pbaumard commented 4 years ago

I was expecting to find a fully working datasource plugin using grafana-toolkit, but tests in specs directory are not found by yarn test.

Repro steps

  1. git clone https://github.com/grafana/influxdb-flux-datasource.git
  2. cd influxdb-flux-datasource
  3. yarn install
  4. yarn test

Expected result

Tests in specs directory are found and run.

Actual result

$ yarn test
yarn run v1.17.3
$ grafana-toolkit plugin:test
No tests found, exiting with code 0
✔ Running tests
Done in 1.54s.