Skip to content

Commit

Permalink
Also Window
Browse files Browse the repository at this point in the history
  • Loading branch information
Anand Thakker committed Jul 26, 2018
1 parent 8d78663 commit e0c68ef
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
File renamed without changes.
2 changes: 2 additions & 0 deletions src/util/browser/window.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// @flow
/* eslint-env browser */
import type {Window} from '../../types/Window';

export default (self: Window);
2 changes: 2 additions & 0 deletions src/util/window.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ import gl from 'gl';
import sinon from 'sinon';
import { extend } from './util';

import type {Window} from '../types/window';

const { window: _window } = new jsdom.JSDOM('', {
virtualConsole: new jsdom.VirtualConsole().sendTo(console)
});
Expand Down

0 comments on commit e0c68ef

Please sign in to comment.