grafana / lezer-logql

LogQL lezer grammar
Apache License 2.0
3 stars 4 forks source link

Tests: migrate from Mocha to Jest #32

Closed matyax closed 1 year ago

matyax commented 1 year ago

Not only Jest is currently the standard for testing libraries, and what we use in Grafana, but also all the tests for the LogQL formatter were written in it. So before progressing with https://github.com/grafana/lezer-logql/pull/29 we need to add the test cases for it.

This PR migrates from Mocha to Jest, adding the necessary configuration to make it work.