Sune Simonsen

Results 71 comments of Sune Simonsen

Makes sense. The documentation page could use a lot of love ❤️

Will have to be changed in https://github.com/unexpectedjs/unexpected-documentation-site-generator

We only close the colors once even when we start a standard color wrapped in a 256 color. It would be interesting to try to insert the following on the...

That looks interesting, we will definitely look into that. Might it just be a type that is trying to fake being an array?

We already have this functionality with `to exhaustively satisfy` right? To have properties asserting against an object is just a left-over from before the `to satisfy`-times.

It is a bit complicated. I definitely appreciate the problem you are highlighting, but it would have to be done automatically instead of special cased. So what you basically suggest...

http://unexpected.js.org/assertions/ doesn't currently exists, what should be on that url?

We don't support this in in `to equal` either, but we detect it. I think you would be better of by trying to assert using an object structure for the...