We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3259d6 commit 88bf1baCopy full SHA for 88bf1ba
lib/internal/test_runner/mock/mock.js
@@ -671,7 +671,7 @@ class MockTracker {
671
672
if (baseURL.searchParams.has(kMockSearchParam)) {
673
throw new ERR_INVALID_STATE(
674
- `Cannot mock '${specifier}.' The module is already mocked.`,
+ `Cannot mock '${specifier}'. The module is already mocked.`,
675
);
676
}
677
0 commit comments