editor icon indicating copy to clipboard operation
editor copied to clipboard

Setup unit tests for dash

Open solvedDev opened this issue 2 years ago • 1 comments

Manually testing changes within bridge. is extremely tedious and we broke compiler plugins with some minor changes in the past (latest #489, #366, ...)

We should use Vitest for this and also include a small Node Dash runtime + example project for this purpose

solvedDev avatar Jul 28 '22 23:07 solvedDev

  • Unit tests: Test individual plugin hooks
  • Integration tests: Test that compiling a project matches a previously compiled snapshot of the compilation output

solvedDev avatar Aug 23 '22 19:08 solvedDev