Sune Simonsen

Results 44 issues of Sune Simonsen

I would suggest adding the project to Travis, so outsiders has a way of knowing the status of the project. When I'm trying to lint and build the project I...

Added unexpected-reaction to the list of plugins we test against.

This is out current output: ``` expect([0,1,2,3,4,5,6,7,8,9], 'to contain', [0,1,3,4,5,6,7,8,9]) UnexpectedError: expected [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ] to contain [ 0, 1, 3,...

enhancement
good first issue

Show that we can use modern syntax in the documentation

``` js /** * Function to allow assertion libraries to throw errors directly into mocha. * This is useful when running tests in a browser because window.onerror will * only...

enhancement

Now that we have cut support for older versions of Node we can update the documentation to use syntax supported by Node 6+. This PR shows that it works: https://github.com/unexpectedjs/unexpected/pull/507

enhancement
Documentation

Make sure that it is well tested as well.

Documentation

Is should mention areas that is suited for contributions, link new plugins, new core types, new core assertions and documentation. It should also contain a guideline around how to getting...

Documentation

The audience should be someone that is completely new to Unexpected.

Documentation

Problem: https://files.gitter.im/unexpectedjs/unexpected/boB2/MinimalReactTest1.PNG Repro: https://github.com/gertsonderby/magicpen-test

bug