grafana / k6-jslib-aws

Javascript Library allowing to interact with AWS resources from k6 scripts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

make signature tests 🍏

oleiade opened this issue · comments

In the process of changing the way the lib is bundled up, and moving to typescript we broke the signature tests. They are currently failing at importing signature.js from src, because it... doesn't exist anymore.

We should instead import the signature.js from the build, and make sure that npm test would run the webpack command before actually running the test.

Done in v0.7.0