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