bpmn-io / dmn-js

View and edit DMN diagrams in the browser.
https://bpmn.io/toolkit/dmn-js/
Other
288 stars 137 forks source link

test: use spy to check if variables were retrieved #874

Closed barmac closed 2 months ago

barmac commented 2 months ago

We can't reliably ensure that the autocompletion opens in tests, so this solution makes the test use a mock variable resolver instead.

Closes #873