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) => {
|
(data) => {
|
||||||
assert.match(
|
assert.match(
|
||||||
data,
|
data,
|
||||||
/passport\.use.*new GitHubStrategy/gi,
|
/passport\.use.*new GitHubStrategy/gis,
|
||||||
'Passport should use a new GitHubStrategy'
|
'Passport should use a new GitHubStrategy'
|
||||||
);
|
);
|
||||||
assert.match(
|
assert.match(
|
||||||
|
Reference in New Issue
Block a user