Michael Banucu

Results 13 comments of Michael Banucu

Why is this test [https://github.com/NodeBB/NodeBB/blob/343f13e1c133b4fa536cda035c249f30f01f8067/test/api.js#L270-L278](https://github.com/NodeBB/NodeBB/blob/343f13e1c133b4fa536cda035c249f30f01f8067/test/api.js#L270-L278) not failing on the CI build and test of GitHub Actions? Probably because the test is not being registered. There is a `describe` inside of...

If I understand you correctly then these tests should pass: ```js describe('list', () => { let pid; let replyPid; let tid; before(async () => { const data = await topics.post({...

My pull request to test it is blocked. [https://github.com/NodeBB/NodeBB/pull/13388](https://github.com/NodeBB/NodeBB/pull/13388)