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.
2 parents 84b2357 + 063f150 commit 250daeaCopy full SHA for 250daea
__tests__/shared/containers/__snapshots__/TopcoderHeader.jsx.snap
@@ -1,13 +1,34 @@
1
// Jest Snapshot v1, https://goo.gl/fbAQLP
2
3
exports[`Matches shallow snapshot 1`] = `
4
-<TopcoderHeaderPlaceholder
+<withRouter(TopcoderHeader)
5
+ auth={
6
+ Object {
7
+ "profile": Object {},
8
+ }
9
10
+ dispatch={[Function]}
11
store={
12
Object {
13
"dispatch": [Function],
14
"getState": [Function],
15
"subscribe": [Function],
16
}
17
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
33
/>
34
`;
0 commit comments