mirror of
https://github.com/novnc/noVNC.git
synced 2026-08-29 16:40:26 +08:00
Add eslint and fix reported issues
This commit is contained in:
+2
-1
@@ -1,4 +1,4 @@
|
||||
var assert = chai.assert;
|
||||
/* eslint-disable no-console */
|
||||
var expect = chai.expect;
|
||||
|
||||
import * as Log from '../core/util/logging.js';
|
||||
@@ -68,3 +68,4 @@ describe('Utils', function() {
|
||||
// (we can't really test them against the browsers, except for Gecko
|
||||
// via PhantomJS, the default test driver)
|
||||
});
|
||||
/* eslint-enable no-console */
|
||||
|
||||
Reference in New Issue
Block a user