Skip to content

Commit 6fa6e30

Browse files
authored
Merge pull request #13110 from eltociear/patch-1
fix typo in resource-and-context-contextmodule
2 parents 9dbf3ca + c8e943c commit 6fa6e30

File tree

1 file changed

+2
-2
lines changed
  • test/configCases/ignore/resource-and-context-contextmodule

1 file changed

+2
-2
lines changed

test/configCases/ignore/resource-and-context-contextmodule/test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ it("should ignore context modules that match resource regex and context", functi
1111
}).toThrowError();
1212
});
1313

14-
it("should not ignore context modules that dont match the resource", function() {
14+
it("should not ignore context modules that do not match the resource", function() {
1515
const folderBContext = function(mod) {
1616
require("./folder-b/" + mod);
1717
};
@@ -21,7 +21,7 @@ it("should not ignore context modules that dont match the resource", function()
2121
}).not.toThrowError();
2222
});
2323

24-
it("should not ignore context modules that dont match the context", function() {
24+
it("should not ignore context modules that do not match the context", function() {
2525
const folderBContext = function(mod) {
2626
require("./folder-a/" + mod);
2727
};

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy