Skip to content

Commit 250daea

Browse files
committed
Merge branch 'universal_nav' into marathon_match_submission_download
# Conflicts: # package-lock.json
2 parents 84b2357 + 063f150 commit 250daea

File tree

2 files changed

+6692
-6430
lines changed

2 files changed

+6692
-6430
lines changed
Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,34 @@
11
// Jest Snapshot v1, https://goo.gl/fbAQLP
22

33
exports[`Matches shallow snapshot 1`] = `
4-
<TopcoderHeaderPlaceholder
4+
<withRouter(TopcoderHeader)
5+
auth={
6+
Object {
7+
"profile": Object {},
8+
}
9+
}
10+
dispatch={[Function]}
511
store={
612
Object {
713
"dispatch": [Function],
814
"getState": [Function],
915
"subscribe": [Function],
1016
}
1117
}
18+
storeSubscription={
19+
Subscription {
20+
"listeners": Object {
21+
"notify": [Function],
22+
},
23+
"onStateChange": [Function],
24+
"parentSub": undefined,
25+
"store": Object {
26+
"dispatch": [Function],
27+
"getState": [Function],
28+
"subscribe": [Function],
29+
},
30+
"unsubscribe": null,
31+
}
32+
}
1233
/>
1334
`;

0 commit comments

Comments
 (0)