@exodus/test
    Preparing search index...

    Module @exodus/test/expect

    Jest Expect-compatible API, but much faster

    If you are using Jest globals, you don't have to import this manually.

    Just run @exodus/test with --jest flag and use global expect.

    See Jest Expect documentation.

    If you want to import it directly:

    import { expect } from '@exodus/test/expect'
    

    This short-cuts most common cases and tries to avoid loading expect altogether, but for everything that can't be bypassed (e.g. test failures) it uses real expect.

    Everything including output formatting matches Jest expect.

    Type Aliases

    Expect

    Variables

    expect