tape-compatible API
Replace your tape imports with @exodus/test/tape and it will run on top of node:test.
tape
@exodus/test/tape
node:test
And will be runnable in browsers / barebone engines with @exodus/test.
@exodus/test
Example:
import test from '@exodus/test/tape' // ESMconst test = require('@exodus/test/tape') // CJS Copy
import test from '@exodus/test/tape' // ESMconst test = require('@exodus/test/tape') // CJS
tape-compatible API
Replace your
tapeimports with@exodus/test/tapeand it will run on top ofnode:test.And will be runnable in browsers / barebone engines with
@exodus/test.Example: