quickfix: curriculum test regex now covers new line format (#42638)
This commit is contained in:
@ -78,7 +78,7 @@ GitHub strategy should be setup correctly thus far.
|
||||
(data) => {
|
||||
assert.match(
|
||||
data,
|
||||
/passport\.use.*new GitHubStrategy/gi,
|
||||
/passport\.use.*new GitHubStrategy/gis,
|
||||
'Passport should use a new GitHubStrategy'
|
||||
);
|
||||
assert.match(
|
||||
|
Reference in New Issue
Block a user