Skip to content

Commit

Permalink
Chore: PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
Conrad Chan committed Apr 8, 2019
1 parent a17a227 commit 917bdb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/lib/viewers/text/__tests__/MarkdownViewer-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ import Popup from '../../../Popup';
import { TEXT_STATIC_ASSETS_VERSION, SELECTOR_BOX_PREVIEW } from '../../../constants';
import { VIEWER_EVENT } from '../../../events';

const sandbox = sinon.sandbox.create();
let containerEl;
let markdown;
const sandbox = sinon.sandbox.create();
let rootEl;

describe('lib/viewers/text/MarkdownViewer', () => {
Expand Down
2 changes: 1 addition & 1 deletion src/lib/viewers/text/__tests__/PlainTextViewer-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ import * as util from '../../../util';
import { TEXT_STATIC_ASSETS_VERSION, SELECTOR_BOX_PREVIEW } from '../../../constants';
import { VIEWER_EVENT } from '../../../events';

const sandbox = sinon.sandbox.create();
let containerEl;
let text;
const sandbox = sinon.sandbox.create();
let rootEl;

describe('lib/viewers/text/PlainTextViewer', () => {
Expand Down

0 comments on commit 917bdb9

Please sign in to comment.