Skip to content

Commit

Permalink
pinpoint-apm#86 semver learning test
Browse files Browse the repository at this point in the history
  • Loading branch information
feelform committed Sep 12, 2023
1 parent 819474d commit 04088b3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion test/instrumentation/module/express.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -380,4 +380,9 @@ test(`${testName6} Should record each http method`, function (t) {
server.close()
})
}) */
}) */

test('semver test', (t) => {
t.false(semver.satisfies('5.0.0', '^4.0.0'), 'express version')
t.end()
})

0 comments on commit 04088b3

Please sign in to comment.