[Pkg-javascript-commits] [node-coveralls] 273/332: test use empty()
Bastien Roucariès
rouca at moszumanska.debian.org
Thu Nov 9 13:54:10 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-coveralls.
commit d904cb190e1bf371573c0b9aeb26724a3637059b
Author: Nick Merwin <n at mer.io>
Date: Thu Sep 15 10:15:45 2016 -0700
test use empty()
---
package.json | 2 +-
test/convertLcovToCoveralls.js | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/package.json b/package.json
index 6988e2a..9abe1ba 100644
--- a/package.json
+++ b/package.json
@@ -38,7 +38,7 @@
},
"devDependencies": {
"istanbul": "0.4.4",
- "jshint": "2.9.2",
+ "jshint": "2.9.3",
"mocha": "2.5.3",
"mocha-lcov-reporter": "1.2.0",
"should": "9.0.2",
diff --git a/test/convertLcovToCoveralls.js b/test/convertLcovToCoveralls.js
index bb4d8a6..b927f05 100644
--- a/test/convertLcovToCoveralls.js
+++ b/test/convertLcovToCoveralls.js
@@ -112,7 +112,7 @@ describe("convertLcovToCoveralls", function(){
fs.existsSync = originalExistsSync;
should.not.exist(err);
- output.source_files.should.be.empty;
+ output.source_files.should.be.empty();
done();
});
});
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-coveralls.git
More information about the Pkg-javascript-commits
mailing list