Skip to content

Commit 9e6fc10

Browse files
committed
issue-1146: remove unneeded whitespace
1 parent 4a5bfac commit 9e6fc10

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Diff for: test/specs/mounting-options/slots.spec.js

-1
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,6 @@ describeWithShallowAndMount('options.slots', mountingMethod => {
496496
c => c.$options.name === childComponentName
497497
)
498498
).to.equal(true)
499-
500499
expect(ParentComponent.html()).to.equal(
501500
'<div>\n' +
502501
' <div><span baz="qux">FOO,quux</span></div>\n' +

Diff for: test/specs/shallow-mount.spec.js

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ import { describeRunIf, itDoNotRunIf } from 'conditional-specs'
1313

1414
describeRunIf(process.env.TEST_ENV !== 'node', 'shallowMount', () => {
1515
const sandbox = sinon.createSandbox()
16-
1716
beforeEach(() => {
1817
sandbox.stub(console, 'info').callThrough()
1918
sandbox.stub(console, 'error').callThrough()

0 commit comments

Comments
 (0)