rjbultitude / mocks-stubs-and-spies-CJS-ESM-Sinon

A demo of stubs and spies with CommonJS and ES modules. CommonJS doesn't allow mock, stubs and spies for dependencies called within the same module and ES modules don't allow them for named imports. This repo contains demos of the problem as well as solutions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rjbultitude/mocks-stubs-and-spies-CJS-ESM-Sinon Stargazers