mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-07-07 13:53:06 +02:00
src/topics.js cleanup
This commit is contained in:
@@ -38,7 +38,7 @@ describe('Topic\'s', function() {
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
|
||||
});
|
||||
|
||||
describe('.post', function() {
|
||||
@@ -77,12 +77,6 @@ describe('Topic\'s', function() {
|
||||
topics.getTopicData(newTopic.tid, done);
|
||||
});
|
||||
});
|
||||
|
||||
describe('.getTopicDataWithUser', function() {
|
||||
it('should not receive errors', function(done) {
|
||||
topics.getTopicDataWithUser(newTopic.tid, done);
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
after(function() {
|
||||
|
||||
Reference in New Issue
Block a user