chore(i18n,curriculum): processed translations (#41939)

This commit is contained in:
camperbot
2021-04-28 22:13:20 +09:00
committed by GitHub
parent 14fd7b0006
commit 0296abbea6
9 changed files with 79 additions and 49 deletions

View File

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