Skip to content

Commit a8f1154

Browse files
committed
chore: add note in agent tests
1 parent 3568e32 commit a8f1154

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/agent.test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2127,6 +2127,7 @@ test('#active: false', function (t) {
21272127
});
21282128

21292129
test('patches', function (t) {
2130+
// NOTE: we're using `generic-pool packages since it still supports Node.js v14
21302131
t.test('#clearPatches(name)', function (t) {
21312132
const agent = new Agent().start();
21322133
t.ok(agent._instrumentation._patcherReg.has('generic-pool'));

0 commit comments

Comments
 (0)