Skip to content

Commit

Permalink
rename test
Browse files Browse the repository at this point in the history
  • Loading branch information
bumblehead committed Oct 18, 2024
1 parent d12b3bb commit 54574f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tests-pnpm/test/example.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { equal } from "node:assert/strict"
import esmock from "esmock"

describe("Example", async () => {
it("Fails", async () => {
it("Mocks scoped module", async () => {
const { example } = await esmock(
"../src/example.js",
import.meta.url,
Expand Down

0 comments on commit 54574f1

Please sign in to comment.