This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<Link href={getURIBuilder(ProfileRoute).setString('id', user.id).getURI()}> | |
{user.name} | |
</Link> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<RelayRootContainer | |
Component={Component} | |
route={{name, params, queries}} | |
/> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<html> | |
<head> | |
<style type="text/css"> | |
body { | |
margin: 0; | |
} | |
iframe { | |
bottom: 0; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import ReactRouterRelay from 'react-router-relay'; | |
// ... | |
React.render( | |
<Router | |
history={new BrowserHistory()} | |
createElement={ReactRouterRelay.createElement}> | |
<Route | |
name="home" // added a name to the route |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"success":true,"startTime":1445389390738,"numTotalTests":15,"numPassedTests":15,"numFailedTests":0,"testResults":[{"name":"/data/users/cpojer/www-hg/scripts/third_party/jest/src/HasteModuleLoader/__tests__/HasteModuleLoader-currentTestPath-test.js","summary":"","message":"","status":"passed","startTime":1445389391540,"endTime":1445389391560,"coverage":{}},{"name":"/data/users/cpojer/www-hg/scripts/third_party/jest/src/lib/__tests__/moduleMocker-test.js","summary":"","message":"","status":"passed","startTime":1445389391522,"endTime":1445389391562,"coverage":{}},{"name":"/data/users/cpojer/www-hg/scripts/third_party/jest/src/lib/__tests__/promisify-test.js","summary":"","message":"","status":"passed","startTime":1445389391541,"endTime":1445389391603,"coverage":{}},{"name":"/data/users/cpojer/www-hg/scripts/third_party/jest/src/lib/__tests__/FakeTimers-test.js","summary":"","message":"","status":"passed","startTime":1445389391520,"endTime":1445389391671,"coverage":{}},{"name":"/data/users/cpojer/www-hg/scripts/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From 6b55e45d58eb98bb353fbf2087a5c0494e0110e4 Mon Sep 17 00:00:00 2001 | |
From: cpojer <[email protected]> | |
Date: Fri, 23 Oct 2015 14:24:52 -0700 | |
Subject: [PATCH] Fix tests. | |
--- | |
package.json | 11 ++++++++--- | |
src/components/Header/__tests__/Header-test.js | 2 -- | |
src/mocks/css-stub.js | 7 +++++++ | |
3 files changed, 15 insertions(+), 5 deletions(-) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From 6b55e45d58eb98bb353fbf2087a5c0494e0110e4 Mon Sep 17 00:00:00 2001 | |
From: cpojer <[email protected]> | |
Date: Fri, 23 Oct 2015 14:24:52 -0700 | |
Subject: [PATCH] Fix tests. | |
--- | |
package.json | 11 ++++++++--- | |
src/components/Header/__tests__/Header-test.js | 2 -- | |
src/mocks/css-stub.js | 7 +++++++ | |
3 files changed, 15 insertions(+), 5 deletions(-) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
exports[`App renders a welcome view 1`] = ` | |
<div | |
className="App"> | |
<div | |
className="App-header"> | |
<img | |
alt="logo" | |
className="App-logo" | |
src="mock-image.png" /> | |
<h2> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
node_modules |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
node_modules | |
comments.json | |
comments.md |