mirror of
https://github.com/vale981/Vulcan
synced 2025-03-05 17:41:43 -05:00
Merge pull request #2123 from lbke/test-resolvers
rollback callbacks test
This commit is contained in:
commit
e590e0998d
1 changed files with 3 additions and 1 deletions
|
@ -34,7 +34,9 @@ describe('vulcan:core/default_resolvers', function() {
|
|||
const adminUser = { _id: 'foobar', groups: [], isAdmin: true };
|
||||
const getSingleResolver = () => getDefaultResolvers(resolversOptions).single.resolver;
|
||||
|
||||
it('return null if documentId is undefined', function() {
|
||||
// TODO: the current behaviour is not consistent, could be improved
|
||||
// @see https://github.com/VulcanJS/Vulcan/issues/2118
|
||||
it.skip('return null if documentId is undefined', function() {
|
||||
const resolver = getSingleResolver();
|
||||
// no documentId
|
||||
const input = { selector: {} };
|
||||
|
|
Loading…
Add table
Reference in a new issue