Skip to content

Commit

Permalink
styles: add empty lines between tests 📝
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorylegarec committed Jun 15, 2017
1 parent b8cc493 commit 41de86b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/unit/intents.js
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,7 @@ describe('Intents', function () {
windowMock.parent.postMessage
.withArgs(messageMatch, expectedIntent.attributes.client).calledOnce.should.be.true()
})

it('should calculate width and height from a provided dom element', async function () {
const windowMock = mockWindow()

Expand Down Expand Up @@ -438,6 +439,7 @@ describe('Intents', function () {
.withArgs(messageMatch, expectedIntent.attributes.client).calledOnce.should.be.true()
})
})

describe('Terminate', function () {
it('should send result document to Client', async function () {
const windowMock = mockWindow()
Expand Down

0 comments on commit 41de86b

Please sign in to comment.