mirror of
https://github.com/vale981/grapher
synced 2025-03-04 17:11:38 -05:00
fixed issue for server-side tests
This commit is contained in:
parent
a65ee9fd4a
commit
66a86debd5
1 changed files with 1 additions and 3 deletions
|
@ -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'});
|
||||
|
|
Loading…
Add table
Reference in a new issue