Skip to content

Commit

Permalink
chore: Update tests for release (#1017)
Browse files Browse the repository at this point in the history
  • Loading branch information
jfirebaugh authored and tmcw committed Feb 20, 2018
1 parent 5236ddf commit 487336f
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.3.5 | Documentation</title>
<title>documentation 5.4.0 | 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.3.5</code></div>
<div class='mb1'><code>5.4.0</code></div>
<input
placeholder='Filter'
id='filter-input'
Expand Down
4 changes: 2 additions & 2 deletions __tests__/__snapshots__/test.js.snap
Expand Up @@ -808,7 +808,7 @@ exports[`html nested.input.js 1`] = `
<html>
<head>
<meta charset='utf-8' />
<title>documentation 5.3.5 | Documentation</title>
<title>documentation 5.4.0 | 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 @@ -820,7 +820,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.3.5</code></div>
<div class='mb1'><code>5.4.0</code></div>
<input
placeholder='Filter'
id='filter-input'
Expand Down

0 comments on commit 487336f

Please sign in to comment.