AmpersandJS / amp

a collection of individual JS utility modules
http://amp.ampersandjs.com
MIT License
130 stars 12 forks source link

work around odd issue in the test setup for deepEqual. #60

Closed HenrikJoreteg closed 9 years ago

HenrikJoreteg commented 9 years ago

Some logging mechanism in tape or zuul uses a regular Object.keys() which obviously fails in IE8. I wrote the same test a slightly different way to work around this. Will keep digging.

HenrikJoreteg commented 9 years ago

It's super weird that this fails as it was. Appreciate anyone who could help me figure it out.

jdalton commented 9 years ago

Instead of rewriting tests would adding es5-shim solve the issue? It's pretty thorough and authors stay on top of issues.