Skip to content

Commit

Permalink
Remove two unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
dmurvihill committed Dec 19, 2019
1 parent a1957f1 commit 846d890
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/unit/sdk.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
'use strict';

var sinon = require('sinon');
var expect = require('chai').use(require('sinon-chai')).expect;
var _ = require('../../src/lodash');
var Authentication = require('../../').MockAuthentication;
var Firebase = require('../../').MockFirebase;
var MockFirebaseSdk = require('../../src/sdk');
Expand Down Expand Up @@ -229,5 +227,4 @@ describe('MockFirebaseSdk', function () {
.that.is.an('function');
});
});

});

0 comments on commit 846d890

Please sign in to comment.