Sune Simonsen
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,...
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...
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
Make sure that it is well tested as well.
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...
The audience should be someone that is completely new to Unexpected.
Problem: https://files.gitter.im/unexpectedjs/unexpected/boB2/MinimalReactTest1.PNG Repro: https://github.com/gertsonderby/magicpen-test