fix(curriculum): allow adnode regex test for multi-line (#41929)

This commit is contained in:
Shaun Hamilton
2021-04-27 19:37:12 +01:00
committed by GitHub
parent 315bfb07f1
commit 55a1b2a5bf

View File

@ -43,7 +43,7 @@ Modules should be present.
);
assert.match(
data,
/client.db[^]*routes/gi,
/client\s*\.db[^]*routes/gi,
'Your new modules should be called after your connection to the database'
);
},