Skip to content

Tests using canReflect.getName in assertions fail in IE11

Compare
Choose a tag to compare
@Amechi101 Amechi101 released this 05 Jun 21:07
· 21 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.

Issue #461