Skip to content

v0.4.0

Compare
Choose a tag to compare
@iambumblehead iambumblehead released this 08 Sep 01:02
54872b0

Do not runtime error when returning [object Module] defaults. This relates to read-only, spread-imported definitions.

For example, mocking the following script previously resulted in an error (not anymore),

import * as fsmod from 'fs';

export default fsmod;