Skip to content

Commit dbefc61

Browse files
authored
Update esbuild test dependency (#6727)
1 parent 48d7fbf commit dbefc61

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

integration-tests/appsec/iast-esbuild.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ describe('esbuild support for IAST', () => {
2626
const craftedNodeModulesDir = path.join(applicationDir, 'tmp_node_modules')
2727
fs.mkdirSync(craftedNodeModulesDir)
2828
await exec('npm init -y', { cwd: craftedNodeModulesDir })
29-
await exec('npm install @datadog/native-iast-rewriter @datadog/native-iast-taint-tracking', {
29+
await exec('npm install @datadog/wasm-js-rewriter @datadog/native-iast-taint-tracking', {
3030
cwd: craftedNodeModulesDir,
3131
timeout: 3e3
3232
})

integration-tests/appsec/iast-esbuild/esbuild.common-config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ module.exports = {
1111
target: ['node18'],
1212
external: [
1313
'@datadog/native-iast-taint-tracking',
14-
'@datadog/native-iast-rewriter',
14+
'@datadog/wasm-js-rewriter',
1515

1616
// required if you encounter graphql errors during the build step
1717
// see https://docs.datadoghq.com/tracing/trace_collection/automatic_instrumentation/dd_libraries/nodejs/#bundling

0 commit comments

Comments
 (0)