trying different approach to convince codacy about false positive

pull/508/head
El RIDO 2019-09-08 09:08:21 +02:00
parent ae11d168ce
commit c2962af4f8
No known key found for this signature in database
GPG Key ID: 0F5C940A6BD81F92
2 changed files with 6 additions and 4 deletions

View File

@ -12,15 +12,16 @@ env:
es6: true
jquery: true
node: true
mocha: true
globals:
DOMPurify: readonly
after: writable
assert: writable
before: writable
# after: writable
# assert: writable
# before: writable
cleanup: writable
describe: readonly
it: readonly
# it: readonly
jsc: readonly
jsdom: writable
kjua: writable

View File

@ -1,5 +1,6 @@
'use strict';
var common = require('../common');
/* global WebCrypto */
describe('InitialCheck', function () {
describe('init', function () {