neotoma/sync-server

View on GitHub
tests/factories/model.js

Summary

Maintainability
A
30 mins
Test Coverage
describe('model factory', function() {
  describe('creates new model', function() {
    it('with toObject method');
    it('with findOrCreate method');
    it('with Mongoose transformation');
    it('with static methods and attributes');
    it('with instance methods');
    it('with schema modifications');
  });
});