jessehattabaugh / experiment-mocking-modules

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

experiment mocking modules

Problem

When testing code that depends on a common js module's default export, you can't mock the return value differently in the same test.

Running the experiment

First npm i then npm t

About


Languages

Language:JavaScript 100.0%