File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
test/configCases/ignore/resource-and-context-contextmodule Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ it("should ignore context modules that match resource regex and context", functi
11
11
} ) . toThrowError ( ) ;
12
12
} ) ;
13
13
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 ( ) {
15
15
const folderBContext = function ( mod ) {
16
16
require ( "./folder-b/" + mod ) ;
17
17
} ;
@@ -21,7 +21,7 @@ it("should not ignore context modules that dont match the resource", function()
21
21
} ) . not . toThrowError ( ) ;
22
22
} ) ;
23
23
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 ( ) {
25
25
const folderBContext = function ( mod ) {
26
26
require ( "./folder-a/" + mod ) ;
27
27
} ;
You can’t perform that action at this time.
0 commit comments