Skip to content

Commit 0a3cad6

Browse files
committed
Updated test snapshot.
1 parent d6a0705 commit 0a3cad6

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

packages/doxdox-renderer-bootstrap/src/__snapshots__/index.test.ts.snap

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@ exports[`bootstrap render 1`] = `
3434
position: relative;
3535
}
3636
37+
.method-scope {
38+
font-size: 1.5rem;
39+
color: #999;
40+
}
41+
3742
.method-permalink {
3843
position: absolute;
3944
margin-left: -1em;
@@ -57,7 +62,7 @@ exports[`bootstrap render 1`] = `
5762
<div class=\\"p-5 col-md-3\\">
5863
<p><b>directory/index.js</b></p>
5964
<ul class=\\"list-unstyled ml-0\\">
60-
<li><a href=\\"#index-js-methodname\\">methodName</a></li>
65+
<li><a href=\\"#index-js-methodname\\" class=\\"\\">methodName</a></li>
6166
</ul>
6267
</div>
6368
@@ -69,6 +74,7 @@ exports[`bootstrap render 1`] = `
6974
methodName(param)
7075
</h2>
7176
77+
7278
<p>Method description</p>
7379
7480

0 commit comments

Comments
 (0)