-
Hi, We have a If I additionally add the local lua config directory to the Is there a way to override/mock the Kind regards, Nas |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
HI @NasAmin ! One way you could do it is by providing the [transforms.lua]
type = "lua"
seach_dirs = [${SEARCH_DIRS}] That you could set to |
Beta Was this translation helpful? Give feedback.
HI @NasAmin !
One way you could do it is by providing the
search_dirs
via an environment variable like:That you could set to
SEARCH_DIRS
to a different value when running them as tests.