Skip to content

Commit

Permalink
Fix more warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrik Meijer committed May 3, 2024
1 parent 1b62ecb commit 5364629
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/plugin/coreplugins/ImportV1/ImportV1.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*globals define, Uint8Array*/
/*globals define*/
/*eslint-env node, browser*/

/**
Expand Down
2 changes: 1 addition & 1 deletion test-karma/client/js/plugin.spec.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*globals requirejs, expect, before, WebGMEGlobal*/
/*globals requirejs, expect, WebGMEGlobal*/
/*eslint-env browser, mocha*/
/**
* @author pmeijer / https://github.com/pmeijer
Expand Down
3 changes: 0 additions & 3 deletions test/common/blob/BlobClient.spec.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/*globals ArrayBuffer, Uint8Array*/
/*eslint-env node, mocha*/
/*eslint no-bitwise: 0, max-len: 0*/
/**
Expand Down Expand Up @@ -398,7 +397,6 @@ describe('BlobClient', function () {

if (typeof global !== 'undefined' && typeof window !== 'undefined') { // i.e. if running under node-webkit
// need this in package.json: "node-remote": "localhost"
/*globals File*/
it('should create zip from node-webkit File', function (done) {
var f = new File('./npm_install.cmd', 'npm_install.cmd');
//expect(Object.getOwnPropertyNames(f).join(' ')).to.equal(0);
Expand Down Expand Up @@ -753,7 +751,6 @@ describe('BlobClient', function () {

if (typeof global !== 'undefined' && typeof window !== 'undefined') { // i.e. if running under node-webkit
// need this in package.json: "node-remote": "localhost"
/*globals File*/
it('should create zip from node-webkit File', function (done) {
var f = new File('./npm_install.cmd', 'npm_install.cmd');
//expect(Object.getOwnPropertyNames(f).join(' ')).to.equal(0);
Expand Down
1 change: 0 additions & 1 deletion test/common/core/coretree.spec.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/*globals require*/
/*eslint-env node, mocha*/
/**
* @author lattmann / https://github.com/lattmann
Expand Down

0 comments on commit 5364629

Please sign in to comment.