thoughtspile / hippotable

👩🏻‍🔬📊 Lightweight data analysis in your browser
https://thoughtspile.github.io/hippotable/
GNU General Public License v3.0
74 stars 3 forks source link

[feat] Set up vitest #2

Closed thoughtspile closed 5 months ago

thoughtspile commented 10 months ago

To make the contributors' job easier, we need to run tests in CI / CD. I suggest:

Describe alternatives you've considered

Alternatively, we could start with playwright E2E — the tests would be more stable and allow for easier refactoring. However, it looks harder to get started with.