You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 1, 2024. It is now read-only.
We will need a strategy here. function.toString() seems to cause troubles in an instanbul context. This will break the propsToVariation function tests.
// istanbul context
"onClick": function onClick(){__cov_YrynSvfAB9MZhTh3r7xFHA.f['16']++;__cov_YrynSvfAB9MZhTh3r7xFHA.s['55']++;return undefined;}
// normal context
"onClick": function onClick() {
return undefined;
}
@busypeoples @neuling had the idea to potential call these function with an apply. This would fix the test and potential avoid context issues on the front-end?!?
Sounds good. Let's give it try. Avoiding function.toString(), will definitely fix this specific issue. All other tests work out of the box with istanbul.
No description provided.
The text was updated successfully, but these errors were encountered: