From 41de86b7d943e780acbb6d06f5c3bbd0f25c8a27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gre=CC=81gory=20Le=20Garec?= Date: Thu, 15 Jun 2017 17:40:28 +0200 Subject: [PATCH] styles: add empty lines between tests :pencil: --- test/unit/intents.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/unit/intents.js b/test/unit/intents.js index dab4fbd2..dccc9a41 100644 --- a/test/unit/intents.js +++ b/test/unit/intents.js @@ -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() @@ -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()