Skip to content

Commit 114fd1a

Browse files
committed
#87 v0.9.0-next.0
1 parent 685d7b7 commit 114fd1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/instrumentation/module/express.test.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ test(`${testName1} Should record request in basic route`, function (t) {
6969
server.close()
7070
})
7171
})
72-
/*
72+
7373
const testName2 = 'express2'
7474
test(`[${testName2}] Should record request in express.Router`, function (t) {
7575
agent.bindHttp()
@@ -279,4 +279,4 @@ test(`${testName6} Should record each http method`, function (t) {
279279

280280
server.close()
281281
})
282-
})*/
282+
})

0 commit comments

Comments
 (0)