Skip to content

Commit

Permalink
Merge pull request #866 from anthony-redFox/fixTests
Browse files Browse the repository at this point in the history
Fixed unit tests after put the tag v5.1.1
  • Loading branch information
anthony-redFox committed Aug 7, 2017
2 parents 0980113 + 2dfe742 commit 4911ba6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions __tests__/__snapshots__/bin.js.snap
Expand Up @@ -5,7 +5,7 @@ exports[`--config 1`] = `
<html>
<head>
<meta charset='utf-8' />
<title>documentation 5.1.0 | Documentation</title>
<title>documentation 5.1.1 | Documentation</title>
<meta name='viewport' content='width=device-width,initial-scale=1'>
<link href='assets/bass.css' type='text/css' rel='stylesheet' />
<link href='assets/style.css' type='text/css' rel='stylesheet' />
Expand All @@ -17,7 +17,7 @@ exports[`--config 1`] = `
<div id='split-left' class='overflow-auto fs0 height-viewport-100'>
<div class='py1 px2'>
<h3 class='mb0 no-anchor'>documentation</h3>
<div class='mb1'><code>5.1.0</code></div>
<div class='mb1'><code>5.1.1</code></div>
<input
placeholder='Filter'
id='filter-input'
Expand Down
4 changes: 2 additions & 2 deletions __tests__/__snapshots__/test.js.snap
Expand Up @@ -748,7 +748,7 @@ exports[`html nested.input.js 1`] = `
<html>
<head>
<meta charset='utf-8' />
<title>documentation 5.1.0 | Documentation</title>
<title>documentation 5.1.1 | Documentation</title>
<meta name='viewport' content='width=device-width,initial-scale=1'>
<link href='assets/bass.css' type='text/css' rel='stylesheet' />
<link href='assets/style.css' type='text/css' rel='stylesheet' />
Expand All @@ -760,7 +760,7 @@ exports[`html nested.input.js 1`] = `
<div id='split-left' class='overflow-auto fs0 height-viewport-100'>
<div class='py1 px2'>
<h3 class='mb0 no-anchor'>documentation</h3>
<div class='mb1'><code>5.1.0</code></div>
<div class='mb1'><code>5.1.1</code></div>
<input
placeholder='Filter'
id='filter-input'
Expand Down

0 comments on commit 4911ba6

Please sign in to comment.