Lusito / mockzilla

A mocking toolkit leveraging the power of TypeScript to enhance your jest experience.
https://lusito.github.io/mockzilla/
zlib License
14 stars 2 forks source link

Cant import #22

Closed ImLunaHey closed 4 months ago

ImLunaHey commented 1 year ago

Hi, I'm getting an error when trying to use this.

  ● Test suite failed to run

    ReferenceError: exports is not defined

      at node_modules/mockzilla/dist/index.js:16:23
Lusito commented 1 year ago

Hi, can you tell me a bit more about your setup? The library is set up as CommonJS module, so the usual jest setup should be able to support it.