@exodus/test
    Preparing search index...

    Module @exodus/test/node

    node:test-compatible API

    You most likely don't have to import this manually, just use node:test.

    Example:

    import { test, describe } from 'node:test'
    

    This import is what @exodus/test will resolve that to on non-Node.js engines, e.g. browsers and barebones.

    See node:test documentation.

    Namespaces

    describe
    test

    Functions

    describe
    test

    References

    after → test.after
    afterEach → test.afterEach
    before → test.before
    beforeEach → test.beforeEach
    it → test
    mock → test.mock
    snapshot → test.snapshot