Comparing version 1.9.1 to 1.9.2
{ | ||
"name": "esmock", | ||
"type": "module", | ||
"version": "1.9.1", | ||
"version": "1.9.2", | ||
"license": "ISC", | ||
@@ -9,2 +9,3 @@ "readmeFilename": "README.md", | ||
"author": "chris <chris@bumblehead.com>", | ||
"main": "./src/esmockLoader.js", | ||
"exports": { | ||
@@ -11,0 +12,0 @@ "types": "./src/esmock.d.ts", |
@@ -10,3 +10,3 @@ ```diff | ||
``` | ||
[![npm version](https://badge.fury.io/js/esmock.svg)](https://badge.fury.io/js/esmock) [![Coverage](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/iambumblehead/166d927bd0089d7bfdee4e98a537712c/raw/esmock__heads_master.json)][2] [![install size](https://packagephobia.now.sh/badge?p=esmock)](https://packagephobia.now.sh/result?p=esmock) [![downloads](https://badgen.now.sh/npm/dm/esmock)](https://npmjs.org/package/esmock) | ||
![npm](https://img.shields.io/npm/v/esmock) [![Coverage](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/iambumblehead/166d927bd0089d7bfdee4e98a537712c/raw/esmock__heads_master.json)][2] [![install size](https://packagephobia.now.sh/badge?p=esmock)](https://packagephobia.now.sh/result?p=esmock) [![downloads](https://badgen.now.sh/npm/dm/esmock)](https://npmjs.org/package/esmock) | ||
@@ -51,3 +51,3 @@ **esmock provides native ESM import mocking for unit tests.** Use examples below as a quick-start guide, see the [descriptive and friendly esmock guide here,][10] or browse [esmock's test runner examples.][3] | ||
_note: `esmock` is [unable to mock some export expressions.][20]_ `esmock` is improving in this area. [See the wiki][20] for more details. | ||
_note: `esmock` is unable to mock some modules,_ due to missing support for some [package.json export expressions.][20] This area is improving [βsee the wiki][20] for details. | ||
@@ -54,0 +54,0 @@ [20]: https://github.com/iambumblehead/esmock/wiki#user-content-problems-module-resolution |
12310