Skip to content

Commit 4911ba6

Browse files
Merge pull request #866 from anthony-redFox/fixTests
Fixed unit tests after put the tag v5.1.1
2 parents 0980113 + 2dfe742 commit 4911ba6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

__tests__/__snapshots__/bin.js.snap

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ exports[`--config 1`] = `
55
<html>
66
<head>
77
<meta charset='utf-8' />
8-
<title>documentation 5.1.0 | Documentation</title>
8+
<title>documentation 5.1.1 | Documentation</title>
99
<meta name='viewport' content='width=device-width,initial-scale=1'>
1010
<link href='assets/bass.css' type='text/css' rel='stylesheet' />
1111
<link href='assets/style.css' type='text/css' rel='stylesheet' />
@@ -17,7 +17,7 @@ exports[`--config 1`] = `
1717
<div id='split-left' class='overflow-auto fs0 height-viewport-100'>
1818
<div class='py1 px2'>
1919
<h3 class='mb0 no-anchor'>documentation</h3>
20-
<div class='mb1'><code>5.1.0</code></div>
20+
<div class='mb1'><code>5.1.1</code></div>
2121
<input
2222
placeholder='Filter'
2323
id='filter-input'

__tests__/__snapshots__/test.js.snap

+2-2
Original file line numberDiff line numberDiff line change
@@ -748,7 +748,7 @@ exports[`html nested.input.js 1`] = `
748748
<html>
749749
<head>
750750
<meta charset='utf-8' />
751-
<title>documentation 5.1.0 | Documentation</title>
751+
<title>documentation 5.1.1 | Documentation</title>
752752
<meta name='viewport' content='width=device-width,initial-scale=1'>
753753
<link href='assets/bass.css' type='text/css' rel='stylesheet' />
754754
<link href='assets/style.css' type='text/css' rel='stylesheet' />
@@ -760,7 +760,7 @@ exports[`html nested.input.js 1`] = `
760760
<div id='split-left' class='overflow-auto fs0 height-viewport-100'>
761761
<div class='py1 px2'>
762762
<h3 class='mb0 no-anchor'>documentation</h3>
763-
<div class='mb1'><code>5.1.0</code></div>
763+
<div class='mb1'><code>5.1.1</code></div>
764764
<input
765765
placeholder='Filter'
766766
id='filter-input'

0 commit comments

Comments
 (0)