Skip to content

Commit

Permalink
fix(Dependencies): Import sinon instead of relying on the global symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
lukastaegert committed Oct 11, 2016
1 parent a5d9762 commit 3db2153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* global sinon */
var R = require('ramda')
var fa = require('fluent-arguments')
var sinon = require('sinon')
var ARG_RETURN_VAL = 'returnVal'
var ARG_RETURN_THIS = 'returnThis'

Expand Down

0 comments on commit 3db2153

Please sign in to comment.