Skip to content

Commit

Permalink
Merge pull request #48 from silvenon/patch-1
Browse files Browse the repository at this point in the history
Tweak the describeWithDOM label
  • Loading branch information
lelandrichardson committed Dec 6, 2015
2 parents 06668c9 + be92983 commit d1c4dab
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 d1c4dab

Please sign in to comment.