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);