-
Notifications
You must be signed in to change notification settings - Fork 4
Known Issues
Sergej edited this page May 3, 2019
·
1 revision
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.