We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe0471d commit 6015d8eCopy full SHA for 6015d8e
tests.js
@@ -70,6 +70,10 @@ describe('Routing', function() {
70
var dom = app.refs.router.getDOMNode();
71
if (dom.classList)
72
assert.ok(dom.classList.contains('App'));
73
+ });
74
+
75
+ it('passes props from location down to handler', function() {
76
+ assert.equal(getText(host), 'mainpage');
77
assert.equal(router.refs.link.props.foo, 'bar');
78
});
79
0 commit comments