mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-05-07 04:06:17 +02:00
fix: missing done
This commit is contained in:
@@ -384,7 +384,7 @@ describe('Post\'s', () => {
|
||||
let pid;
|
||||
let replyPid;
|
||||
let tid;
|
||||
before(function () {
|
||||
before(function (done) {
|
||||
this.minimumTitleLength = meta.config.minimumTitleLength;
|
||||
meta.config.minimumTitleLength = 3;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user