Skip to content

Commit 1251dca

Browse files
committed
refactor: Remove obsolete argument
1 parent 9210f03 commit 1251dca

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

packages/middleware-code-coverage/lib/middleware.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,7 @@ import {promisify} from "node:util";
3535
* @returns {Function} Middleware function to use
3636
*/
3737
export default async function({log, middlewareUtil, options={}, resources}) {
38-
const config = await createInstrumentationConfig(
39-
options.configuration,
40-
resources.all
41-
);
38+
const config = await createInstrumentationConfig(options.configuration);
4239
const {
4340
report: reporterConfig,
4441
instrument: instrumenterConfig,

0 commit comments

Comments
 (0)