diff --git a/test/instrumentation/module/express.test.js b/test/instrumentation/module/express.test.js index d7bd0738..247c3050 100644 --- a/test/instrumentation/module/express.test.js +++ b/test/instrumentation/module/express.test.js @@ -380,4 +380,9 @@ test(`${testName6} Should record each http method`, function (t) { server.close() }) -}) */ \ No newline at end of file +}) */ + +test('semver test', (t) => { + t.false(semver.satisfies('5.0.0', '^4.0.0'), 'express version') + t.end() +}) \ No newline at end of file