trying different approach to convince codacy about false positive
This commit is contained in:
parent
ae11d168ce
commit
c2962af4f8
@ -12,15 +12,16 @@ env:
|
|||||||
es6: true
|
es6: true
|
||||||
jquery: true
|
jquery: true
|
||||||
node: true
|
node: true
|
||||||
|
mocha: true
|
||||||
|
|
||||||
globals:
|
globals:
|
||||||
DOMPurify: readonly
|
DOMPurify: readonly
|
||||||
after: writable
|
# after: writable
|
||||||
assert: writable
|
# assert: writable
|
||||||
before: writable
|
# before: writable
|
||||||
cleanup: writable
|
cleanup: writable
|
||||||
describe: readonly
|
describe: readonly
|
||||||
it: readonly
|
# it: readonly
|
||||||
jsc: readonly
|
jsc: readonly
|
||||||
jsdom: writable
|
jsdom: writable
|
||||||
kjua: writable
|
kjua: writable
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
'use strict';
|
'use strict';
|
||||||
var common = require('../common');
|
var common = require('../common');
|
||||||
|
/* global WebCrypto */
|
||||||
|
|
||||||
describe('InitialCheck', function () {
|
describe('InitialCheck', function () {
|
||||||
describe('init', function () {
|
describe('init', function () {
|
||||||
|
Loading…
Reference in New Issue
Block a user