We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d12b3bb commit 54574f1Copy full SHA for 54574f1
tests/tests-pnpm/test/example.test.ts
@@ -3,7 +3,7 @@ import { equal } from "node:assert/strict"
3
import esmock from "esmock"
4
5
describe("Example", async () => {
6
- it("Fails", async () => {
+ it("Mocks scoped module", async () => {
7
const { example } = await esmock(
8
"../src/example.js",
9
import.meta.url,
0 commit comments