Skip to content

Commit

Permalink
Merge pull request #43 from emartech/escher-upgrade
Browse files Browse the repository at this point in the history
fix(package): upgrade dependencies
  • Loading branch information
sonicoder86 authored Oct 30, 2018
2 parents 0768372 + 3e9775b commit 1f90aa8
Show file tree
Hide file tree
Showing 3 changed files with 6,157 additions and 2,641 deletions.
2 changes: 1 addition & 1 deletion lib/testSetup.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ before(function() {
});

beforeEach(function() {
this.sandbox = sinon.sandbox.create();
this.sandbox = sinon.createSandbox();
});

afterEach(function() {
Expand Down
Loading

0 comments on commit 1f90aa8

Please sign in to comment.