We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a9191f commit eda5a99Copy full SHA for eda5a99
test/cli-tests.js
@@ -1,6 +1,6 @@
1
var assert = require('assert');
2
3
-var sinon = require('sinon')
+var sinon = require('sinon');
4
5
var Cli = require('../src/cli.js').Diff2HtmlInterface;
6
var http = require('../src/http-utils.js').HttpUtils;
0 commit comments