diff options
| author | Nick Merwin <[email protected]> | 2016-09-15 10:15:45 -0700 |
|---|---|---|
| committer | Nick Merwin <[email protected]> | 2016-09-15 10:15:45 -0700 |
| commit | d904cb190e1bf371573c0b9aeb26724a3637059b (patch) | |
| tree | 157e3e03c11ea06ce3f55cc12c1fdaa3aeeeab10 /test | |
| parent | e8122cebf6eda6bd4e196f032e89b55797f1db4b (diff) | |
| download | node-coveralls-d904cb190e1bf371573c0b9aeb26724a3637059b.tar.xz node-coveralls-d904cb190e1bf371573c0b9aeb26724a3637059b.zip | |
test use empty()
Diffstat (limited to 'test')
| -rw-r--r-- | test/convertLcovToCoveralls.js | 2 |
1 files changed, 1 insertions, 1 deletions
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(); }); }); |
