src/ParseQuery.js
changed.
Other files ignored by Codecov
src/__tests__/ParseQuery-test.js
has changed.
integration/test/ParseQueryTest.js
has changed.
990 | 990 | if (options.hasOwnProperty('context') && typeof options.context === 'object') { |
|
991 | 991 | findOptions.context = options.context; |
|
992 | 992 | } |
|
993 | + | if (options.hasOwnProperty('json')) { |
|
994 | + | findOptions.json = options.json; |
|
995 | + | } |
|
993 | 996 | ||
994 | 997 | let finished = false; |
|
995 | 998 | let previousResults = []; |
Files | Coverage |
---|---|
src | 99.95% |
Project Totals (61 files) | 99.95% |