fix(curriculum): allow adnode regex test for multi-line (#41929)
This commit is contained in:
@ -43,7 +43,7 @@ Modules should be present.
|
|||||||
);
|
);
|
||||||
assert.match(
|
assert.match(
|
||||||
data,
|
data,
|
||||||
/client.db[^]*routes/gi,
|
/client\s*\.db[^]*routes/gi,
|
||||||
'Your new modules should be called after your connection to the database'
|
'Your new modules should be called after your connection to the database'
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user