i alway get ``` Error loading module 'mockk-js...
# mockk
t
i alway get
Copy code
Error loading module 'mockk-js'. Its dependency 'kotlin' was not found. Please, check whether 'kotlin' is loaded prior to 'mockk-js'.

      1 | if (typeof kotlin === 'undefined') {
    > 2 |   throw new Error("Error loading module 'mockk-js'. Its dependency 'kotlin' was not found. Please, check whether 'kotlin' is loaded prior to 'mockk-js'.");