Skip to content

Commit

Permalink
[minor] Remove pointless undefined.
Browse files Browse the repository at this point in the history
  • Loading branch information
3rd-Eden committed Jan 19, 2015
1 parent ff7c13e commit 647ad17
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ if ('undefined' === typeof global) global = (function that() {
describe('Assertions', function assertions() {
'use strict';

var assume = require('../')
, undefined;
var assume = require('../');

if ('stackTraceLimit' in Error) it('can configure the amount stacks to slice off', function (next) {
Error.stackTraceLimit = 5;
Expand Down

0 comments on commit 647ad17

Please sign in to comment.