Skip to content

Commit 90dfe80

Browse files
committed
Updated test snapshot.
1 parent 4fd9c7a commit 90dfe80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ exports[`bootstrap render 1`] = `
151151
<script>
152152
const params = new URLSearchParams(window.location.search);
153153
154-
const q = params.get('q');
154+
const q = params.get('q') || '';
155155
156156
const filterInput = document.querySelector('#filter-methods');
157157

0 commit comments

Comments
 (0)