@exodus/test
    Preparing search index...

    Module @exodus/test/tape

    tape-compatible API

    Replace your tape imports with @exodus/test/tape and it will run on top of node:test.

    And will be runnable in browsers / barebone engines with @exodus/test.

    Example:

    import test from '@exodus/test/tape' // ESM
    const test = require('@exodus/test/tape') // CJS

    Interfaces

    Test
    TestFunction
    TestOptions

    Variables

    test

    References

    default → test