Skip to content

Commit

Permalink
Prevent eslint warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
kumabook committed Jan 17, 2017
1 parent b8fc3a3 commit 5732adb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions src/func.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
var Expectation = require('./expectation');
var Call = require('./call');
var Call = require('./call');

var func = function() {
var f = function() {
Expand Down
1 change: 0 additions & 1 deletion test/func-test.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
var assert = require('assert');
var TestHelper = require('./test-helper');
var nisemono = require('../');
var Expectation = require('../src/expectation');
var Call = require('../src/call');

describe('nisemono', function() {
Expand Down

0 comments on commit 5732adb

Please sign in to comment.