node:test-compatible API
You most likely don't have to import this manually, just use node:test.
node:test
Example:
import { test, describe } from 'node:test' Copy
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.
@exodus/test
See node:test documentation.
node:test-compatible API
You most likely don't have to import this manually, just use
node:test.Example:
This import is what
@exodus/testwill resolve that to on non-Node.js engines, e.g. browsers and barebones.See node:test documentation.