Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
guigrpa committed Nov 8, 2016
1 parent 500dcc1 commit 2b7ff35
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,15 @@ exports[`Story 02 renders correctly server and client records (root level) 1`] =
title={undefined}>
1970-01-01 01:00:00.000
</span>
<span>
<span
onClick={undefined}
style={
Object {
"color": "darkturquoise",
"fontWeight": "bold",
}
}>
main
</span>
<span
onClick={undefined}
Expand Down Expand Up @@ -265,8 +272,15 @@ exports[`Story 02 renders correctly server and client records (root level) 1`] =
title={undefined}>
1970-01-01 01:00:00.000
</span>
<span>
<span
onClick={undefined}
style={
Object {
"color": "darkturquoise",
"fontWeight": "bold",
}
}>
main
</span>
<span
onClick={undefined}
Expand Down Expand Up @@ -372,11 +386,11 @@ exports[`Story 02 renders correctly server and client records (root level) 1`] =
<div
class="log allowUserSelect fadeIn"
style="background-color:aliceblue;color:black;font-family:Menlo, Consolas, monospace;overflow-x:hidden;text-overflow:ellipsis;white-space:pre;"
><span style="cursor:pointer;display:inline;">1970-01-01 01:00:00.000 </span><span> </span><span style="font-weight:bold;">INFO </span><div style="display:inline-block;width:0;"></div><span style="cursor:pointer;display:inline-block;padding-left:10px;width:30px;"></span><span style="">msg 1</span></div>
><span style="cursor:pointer;display:inline;">1970-01-01 01:00:00.000 </span><span style="color:darkturquoise;font-weight:bold;"> main </span><span style="font-weight:bold;">INFO </span><div style="display:inline-block;width:0;"></div><span style="cursor:pointer;display:inline-block;padding-left:10px;width:30px;"></span><span style="">msg 1</span></div>
<div
class="log allowUserSelect fadeIn"
style="background-color:aliceblue;color:black;font-family:Menlo, Consolas, monospace;overflow-x:hidden;text-overflow:ellipsis;white-space:pre;"
><span style="cursor:pointer;display:inline;">1970-01-01 01:00:00.000 </span><span> </span><span style="font-weight:bold;">INFO </span><div style="display:inline-block;width:0;"></div><span style="cursor:pointer;display:inline-block;padding-left:10px;width:30px;"></span><span style="color:#ff6600;">msg 2</span></div>
><span style="cursor:pointer;display:inline;">1970-01-01 01:00:00.000 </span><span style="color:darkturquoise;font-weight:bold;"> main </span><span style="font-weight:bold;">INFO </span><div style="display:inline-block;width:0;"></div><span style="cursor:pointer;display:inline-block;padding-left:10px;width:30px;"></span><span style="color:#ff6600;">msg 2</span></div>
</div>
<div
class="rootStory"
Expand Down
1 change: 1 addition & 0 deletions testJest/chromeExtension/components/fixtures.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,6 @@ export const buildLogRecord = (options = {}) => addDefaults(options, {
storyId: 'story1',
t: 0,
level: 30,
src: 'main',
msg: 'Example message',
});

0 comments on commit 2b7ff35

Please sign in to comment.