Skip to content

Commit

Permalink
issue-1146: remove unneeded whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
addisonssense committed May 16, 2019
1 parent 4a5bfac commit 9e6fc10
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion test/specs/mounting-options/slots.spec.js
Expand Up @@ -496,7 +496,6 @@ describeWithShallowAndMount('options.slots', mountingMethod => {
c => c.$options.name === childComponentName
)
).to.equal(true)

expect(ParentComponent.html()).to.equal(
'<div>\n' +
' <div><span baz="qux">FOO,quux</span></div>\n' +
Expand Down
1 change: 0 additions & 1 deletion test/specs/shallow-mount.spec.js
Expand Up @@ -13,7 +13,6 @@ import { describeRunIf, itDoNotRunIf } from 'conditional-specs'

describeRunIf(process.env.TEST_ENV !== 'node', 'shallowMount', () => {
const sandbox = sinon.createSandbox()

beforeEach(() => {
sandbox.stub(console, 'info').callThrough()
sandbox.stub(console, 'error').callThrough()
Expand Down

0 comments on commit 9e6fc10

Please sign in to comment.