jasmine-should-include-fragment

0.0.0 • Public • Published

shouldIncludeFragment

Jasmine matcher designed to allow you to test whether a particular JSON object matches a fragment, only comparing the keys that the fragment has. Example

expect({foo: "bar", unrelated_field: 42}).toIncludeFragment({foo: "bar"}) //passes

/jasmine-should-include-fragment/

    Package Sidebar

    Install

    npm i jasmine-should-include-fragment

    Weekly Downloads

    2

    Version

    0.0.0

    License

    BSD

    Last publish

    Collaborators

    • hderms