Skip to content
This repository was archived by the owner on Mar 6, 2024. It is now read-only.

Commit df38bb4

Browse files
Fixed ESLint errors
1 parent ca3562d commit df38bb4

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

test/specs/mock/delete-resource.spec.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ const expect = require("chai").expect;
55
const _ = require("lodash");
66
const specs = require("../../fixtures/specs");
77
const helper = require("./helper");
8-
const multer = require("multer");
98

109
for (let spec of specs) {
1110
describe(`Delete Resource (${spec.name})`, () => {

test/specs/mock/helper.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
const swagger = require("../../../");
44
const helper = require("../../fixtures/helper");
55
const util = require("../../../lib/helpers/util");
6-
const multer = require("multer");
76
const _ = require("lodash");
87

98
_.extend(exports, helper);

0 commit comments

Comments
 (0)