From be92983e8bd6576cce10c18558e0b0b1e0bf96e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matija=20Marohni=C4=87?= Date: Sat, 5 Dec 2015 00:18:08 +0100 Subject: [PATCH] Tweak the describeWithDOM label --- src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index 82e92b837..d2bcd37de 100644 --- a/src/index.js +++ b/src/index.js @@ -20,7 +20,7 @@ try { export let sinon = Sinon.sandbox.create(); export function describeWithDOM(a, b) { - describe('<< uses jsdom >>', () => { + describe('(uses jsdom)', () => { if (typeof jsdom === 'function') { jsdom(); describe(a, b);