azendal / tellurium

Asynchronous testing framework for EcmaScript
MIT License
12 stars 3 forks source link

toBeCalledWith is not reliable #11

Open azendal opened 12 years ago

azendal commented 12 years ago

it currently compares with === the arguments object and this is not reliable

create a reliable comparison algorithm