@exodus/test
    Preparing search index...

    Module @exodus/test/jest

    Jest-compatible API, but much faster, ESM friendly, and based on node:test

    You likely don't have to import this manually.

    Just run @exodus/test with --jest flag.

    See Jest API documentation.

    If you want to run Jest test files with just node (or without --jest flag), do e.g.:

    import { describe, test, expect, jest } from '@exodus/test/jest'
    import { beforeEach, afterEach, beforeAll, afterAll } from '@exodus/test/jest'

    Namespaces

    jest

    Variables

    afterAll
    afterEach
    beforeAll
    beforeEach
    describe
    it
    jest
    test

    References

    expect → expect
    Expect → Expect