Skip to content

Commit

Permalink
Tweak the describeWithDOM label
Browse files Browse the repository at this point in the history
  • Loading branch information
silvenon committed Dec 4, 2015
1 parent d602bc1 commit be92983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit be92983

Please sign in to comment.