diff --git a/lib/links/tests/main.js b/lib/links/tests/main.js index a62bad0..37c548f 100644 --- a/lib/links/tests/main.js +++ b/lib/links/tests/main.js @@ -103,14 +103,12 @@ CategoryCollection.addLinks({ } }); -Meteor.startup(() => { +describe('Collection Links', function () { PostCollection.remove({}); CategoryCollection.remove({}); CommentCollection.remove({}); ResolverCollection.remove({}); -}); -describe('Collection Links', function () { it('Test Many', function () { let postId = PostCollection.insert({'text': 'abc'}); let commentId = CommentCollection.insert({'text': 'abc'});