Skip to content

Commit

Permalink
Lint fix storybook/test/index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Q authored and brentswisher committed Mar 25, 2020
1 parent e176a85 commit 20908e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storybook/test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import initStoryshots, {
import path from 'path';

// The current version of JSDOM doesn't support MutationObserver
// This stub is needed to test the Disabled component
// This stub is needed to test the Disabled component
// Pending PR #20766 to update jest and JSDOM may make this unnecessary
let MutationObserver;
beforeAll( () => {
Expand Down

0 comments on commit 20908e7

Please sign in to comment.