Skip to content

Commit 54574f1

Browse files
committed
rename test
1 parent d12b3bb commit 54574f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tests-pnpm/test/example.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { equal } from "node:assert/strict"
33
import esmock from "esmock"
44

55
describe("Example", async () => {
6-
it("Fails", async () => {
6+
it("Mocks scoped module", async () => {
77
const { example } = await esmock(
88
"../src/example.js",
99
import.meta.url,

0 commit comments

Comments
 (0)