grafana / cuetsy

Experimental CUE->TypeScript exporter
Apache License 2.0
106 stars 8 forks source link

Refactor tests, testing framework so that all are import-capable #61

Open sdboyer opened 2 years ago

sdboyer commented 2 years ago

For purely historical/organic growth reasons, cuetsy tests are currently awkwardly divided between a set that allow imports, and a set that don't.

In the interest of reducing friction around debugging tests and generally better organizing the body of tests, these two sets should be unified, and then triggered through the same test runner.