aboutsummaryrefslogtreecommitdiff
path: root/test/convertLcovToCoveralls.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/convertLcovToCoveralls.js')
-rw-r--r--test/convertLcovToCoveralls.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/convertLcovToCoveralls.js b/test/convertLcovToCoveralls.js
index 70d5fc9..2cfc856 100644
--- a/test/convertLcovToCoveralls.js
+++ b/test/convertLcovToCoveralls.js
@@ -87,7 +87,7 @@ describe('convertLcovToCoveralls', () => {
fs.existsSync = originalExistsSync;
should.not.exist(err);
- output.source_files[0].name.should.equal(path.join('svgo', 'config.js'));
+ output.source_files[0].name.should.equal(path.join("svgo", "config.js"));
done();
});
});