k6 icon indicating copy to clipboard operation
k6 copied to clipboard

Fix k6/timers always being reported as used

Open mstoykov opened this issue 1 year ago • 0 comments

Brief summary

Due to how #3589 was implemented it is currently reported that every script is using k6/timers even if they do not.

k6 version

v0.51.0

OS

all

Docker version and image (if applicable)

No response

Steps to reproduce the problem

Run a script without using k6/timers

Expected behaviour

It isn't reported it uses k6/timers

Actual behaviour

it is reported k6/timers are used.

mstoykov avatar Jun 26 '24 10:06 mstoykov