Skip to content

Known Issues

Sergej edited this page May 3, 2019 · 1 revision

Incompatibility with Wallaby.js

Wallaby.js is instrumenting files during 'compilation'. This introduces artefacts in the expressions that the builder is parsing and interpreting. After instrumentation, expressions change their structure and fail during parsing.

Will fix: no. Working around Wallaby.js instrumentation will be flaky as they can change the way this works.
Workaround: use npm run watch for the continuous testing.

Clone this wiki locally