Re: [whatwg/streams] Port some TransformStream tests to wpt (#531)

>  was wondering if we have some kind of `deepEqual` assertion? I didn't find one 

The harness has an undocumented `assert_object_equals` but it’s deprecated so shouldn't be used.

> and as fallback compared each object property with its own assertion

That’s the preferred way as far as project policy goes. So I think you already did the right thing.

(All said not knowing exactly what `deepEqual` is but assuming it’s for testing object equivalence.)

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/streams/pull/531#issuecomment-253085106

Received on Wednesday, 12 October 2016 00:24:30 UTC