Skip to content

Commit

Permalink
test: enable an esbuild test for early node v16 versions (#4447)
Browse files Browse the repository at this point in the history
  • Loading branch information
tlhunter authored and juan-fernandez committed Jul 11, 2024
1 parent e79deb1 commit b1eba84
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions integration-tests/esbuild/basic-test.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
#!/usr/bin/env node

// TODO: add support for Node.js v14.17+ and v16.0+
if (Number(process.versions.node.split('.')[0]) < 16) {
console.error(`Skip esbuild test for node@${process.version}`) // eslint-disable-line no-console
process.exit(0)
}

const tracer = require('../../').init() // dd-trace

const assert = require('assert')
Expand Down

0 comments on commit b1eba84

Please sign in to comment.