aboutsummaryrefslogtreecommitdiff
path: root/test/getOptions.js
diff options
context:
space:
mode:
authorAdam Moss <[email protected]>2016-05-11 21:05:22 +0100
committerAdam Moss <[email protected]>2016-07-12 21:52:58 +0100
commita87354b2bc947b74bcf338b9eb587c12d9cd5c5a (patch)
tree11f5be21d06e23c7a50f526aa05b7baa30403115 /test/getOptions.js
parent57db7194851af1c773ac35fa5312606823f8ee82 (diff)
downloadnode-coveralls-a87354b2bc947b74bcf338b9eb587c12d9cd5c5a.tar.xz
node-coveralls-a87354b2bc947b74bcf338b9eb587c12d9cd5c5a.zip
Update CI, vulnerability checking, and dependencies.
Diffstat (limited to 'test/getOptions.js')
-rw-r--r--test/getOptions.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/getOptions.js b/test/getOptions.js
index 3394a85..98c0ea5 100644
--- a/test/getOptions.js
+++ b/test/getOptions.js
@@ -203,7 +203,7 @@ var testGitBranchDetection = function(sut, done){
if (localGit.branch)
options.git.branch.should.equal(localGit.branch);
else
- options.git.should.not.have.property('branch');
+ options.git.should.not.have.key('branch');
localGit.wrapUp();
done();
});