Skip to content

Commit 01f0614

Browse files
committed
add "line numbers do/do not render" tests, update snapshots after bugfix
1 parent e7e7a1b commit 01f0614

File tree

7 files changed

+1386
-104
lines changed

7 files changed

+1386
-104
lines changed

__tests__/__snapshots__/light-async.js.snap

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -53,21 +53,6 @@ exports[`SyntaxHighlighter render as text if language doesnt exist 1`] = `
5353
}
5454
}
5555
>
56-
<span
57-
className="linenumber react-syntax-highlighter-line-number"
58-
style={
59-
Object {
60-
"color": "slategray",
61-
"display": "inline-block",
62-
"minWidth": "1em",
63-
"paddingRight": "1em",
64-
"textAlign": "right",
65-
"userSelect": "none",
66-
}
67-
}
68-
>
69-
1
70-
</span>
7156
<span
7257
style={Object {}}
7358
>

0 commit comments

Comments
 (0)