Skip to content

Commit

Permalink
test spec
Browse files Browse the repository at this point in the history
  • Loading branch information
bubkoo committed Apr 13, 2016
1 parent cfdf84d commit 5d26fa6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions test/spec/index.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
'use strict';

var char = require('chai');
var expect = char.expect;
var expect = require('chai').expect;


describe('is-window', function () {

var isWindow = require('../../index');
var isWindow = require('../../');

it('common test', function () {
expect(isWindow()).to.be.false;
Expand Down

0 comments on commit 5d26fa6

Please sign in to comment.