Skip to content

Commit

Permalink
Fixed lint errors
Browse files Browse the repository at this point in the history
 🐿 v2.12.3
  • Loading branch information
richardLuko committed Apr 24, 2019
1 parent a0db8a6 commit 795d103
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion test/app/app.test.js
@@ -1,4 +1,4 @@
/*global it, describe, beforeEach, before, after*/
/*global it, GLOBAL, describe, beforeEach, before, after*/
const path = require('path');
const request = require('supertest');

Expand Down
1 change: 0 additions & 1 deletion test/app/backend-auth.test.js
@@ -1,4 +1,3 @@
/*global it, describe, beforeEach, before, after*/
const request = require('supertest');

// stub the setup api calls
Expand Down
1 change: 0 additions & 1 deletion test/lib/ip-whitelist.test.js
@@ -1,4 +1,3 @@
/*global it, describe, beforeEach, afterEach, before, after*/
const sinon = require('sinon');
const chai = require('chai');
const sinonChai = require('sinon-chai');
Expand Down
1 change: 0 additions & 1 deletion test/middleware/anon.test.js
@@ -1,4 +1,3 @@
/*global describe, it, beforeEach*/
const request = require('supertest');
const nextExpress = require('../../main');
const expect = require('chai').expect;
Expand Down
1 change: 0 additions & 1 deletion test/middleware/cache.test.js
@@ -1,4 +1,3 @@
/*global it, describe, beforeEach, before, after*/
const request = require('supertest');
const app = require('../fixtures/app/main');

Expand Down
1 change: 0 additions & 1 deletion test/middleware/security.test.js
@@ -1,4 +1,3 @@
/*global it, describe, beforeEach, before, after*/
const subject = require('../../src/middleware/security');
const expect = require('chai').expect;

Expand Down
1 change: 0 additions & 1 deletion test/middleware/vary.test.js
@@ -1,4 +1,3 @@
/*global it, describe, beforeEach, before, after*/
const request = require('supertest');
const app = require('../fixtures/app/main');
const expect = require('chai').expect;
Expand Down

0 comments on commit 795d103

Please sign in to comment.