niivue / niivue-vscode

NiiVue extension for vscode + standalone web app
https://niivue.github.io/niivue-vscode/
MIT License
21 stars 7 forks source link

Add tests #27

Closed korbinian90 closed 9 months ago

korbinian90 commented 11 months ago

The extension consists of two parts, the vs code part (simple logic) and the webview app (most logic)

  1. Test communication: vs code <-> app
  2. Test app logic. Are the correct elements shown for a given task (probably use Jest, maybe RTL/enzyme in addition)
korbinian90 commented 10 months ago

tests partly working Niivue not yet recognized in tests