Skip to content

Commit 25e59fa

Browse files
committed
Fix lint
1 parent 8f21ef1 commit 25e59fa

File tree

3 files changed

+210
-1
lines changed

3 files changed

+210
-1
lines changed

library/agent/api/ReportingAPINodeHTTP.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import * as express from "express";
1+
import * as express from "express-v5";
22
import * as asyncHandler from "express-async-handler";
33
import * as t from "tap";
44
import { ReportingAPINodeHTTP } from "./ReportingAPINodeHTTP";

library/package-lock.json

Lines changed: 208 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

library/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@
7070
"eslint-config-prettier": "^9.1.0",
7171
"eslint-plugin-import": "^2.29.1",
7272
"eslint-plugin-prettier": "^5.1.3",
73+
"express": "^5.0.0",
7374
"express-v4": "npm:express@^4.0.0",
7475
"express-v5": "npm:express@^5.0.0",
7576
"express-async-handler": "^1.2.0",

0 commit comments

Comments
 (0)