Skip to content

(Updated) Tests using canReflect.getName in assertions fail in IE11

Compare
Choose a tag to compare
@Amechi101 Amechi101 released this 07 Jun 18:18
· 18 commits to master since this release

Test failed due to canReflect.getName returning a certain value fail in IE11 because of how we name functions differently in IE11. With this fix, the tests use regular expressions to make the assertions less strict.

Updated More test with RegEx

Issue #461