Code Monkey home page Code Monkey logo

jest-mongoose-models's People

Contributors

dependabot[bot] avatar james-salloway avatar

Stargazers

 avatar

Watchers

 avatar  avatar

jest-mongoose-models's Issues

Call chain value of mocked function not returning expected behaviour

When creating a call chain with a mocked function jest.fn() that has arguments, you should be able to call that function and recieve the return value as written.

Currently, when building the mock models, the mocked function is correctly qualified as a function but is then returned as part of another jest.fn().mockImplementation(...) call, which causes unexpected return values based on the originally specified mock.

call chain value of undefined causes error

Passing an explicit value of undefined causes the below error to be thrown, preventing the package from returning a mocked model list.

Cannot destructure property 'toObject' of clone(...) as it is undefined

Intemediary call chain steps cannot be asserted on

Intemediary call chain steps (populate in find.populate.exec) cannot be asserted on.

This is due to the mapCallSteps function directly returning intemediary steps instead of converting them into mocked functions as they are reduced.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.