grapher/lib/query/counts/testing/bootstrap/collection.test.js

7 lines
194 B
JavaScript
Raw Normal View History

2017-11-25 14:45:31 +02:00
import { Mongo } from 'meteor/mongo';
import { SimpleSchema } from 'meteor/aldeed:simple-schema';
const PostsCollection = new Mongo.Collection('counts_posts');
export default PostsCollection;