Skip to content

Commit

Permalink
Fix unit test error on Node.js
Browse files Browse the repository at this point in the history
  • Loading branch information
lehni committed Feb 1, 2016
1 parent a12e99e commit 45595b2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
*/

var isNode = typeof global === 'object',
isPhantom = !!window.callPhantom,
isBrowser = !isNode && !isPhantom,
root;

if (isNode) {
Expand Down

0 comments on commit 45595b2

Please sign in to comment.