Skip to content

Commit

Permalink
Add comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
ihinsdale committed Apr 16, 2017
1 parent b440669 commit 9b5acd2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/index.js
Expand Up @@ -1563,6 +1563,7 @@ describe('Collection', function() {
it.skip('should replicate standard Collection behavior for `omitNew=true` option, removing models that are new from the collection', function() {
// TODO This would be more important if we actually try to hardcode replication
// of the standard Bookshelf behavior for `omitNew` and collections into this plugin.
// As it is, there should be nothing affecting the standard behavior.
});
it('should serialize an empty model in a standalone collection as an empty object', function(done) {
// Not sure why anyone would care about this behavior, but good to document it.
Expand Down

0 comments on commit 9b5acd2

Please sign in to comment.