When using rollup to bundle aws-sig
and the rollup-plugin-node-resolve
plugin the following code isn't removed from the deployed version:
|
/* START.TESTSONLY */ |
|
// Add partial output to response for tests |
|
source.test = { |
|
canonical, |
|
sts, |
|
auth, |
|
}; |
|
/* END.TESTSONLY */ |
It's visible on unpkg.com in the bundled output for the .esm.js
version.