Registry / testing / testing-utils

testing-utils

JSON →
library1.0.0jsnpmunverified

A placeholder package for test utilities currently in development. Version 1.0.0 is the initial release with minimal functionality. This package serves as a sandbox for testing workflows and is not recommended for production use.

testing
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Only available as named export, ESM only.

import { createMock } from 'testing-utils'

ESM default export; no CommonJS support.

import testingUtils from 'testing-utils'

Named export, not default.

import { render } from 'testing-utils'

Basic usage of createMock to create a spy/mock function and track calls.

import { createMock } from 'testing-utils'; const mock = createMock(); mock(); console.log(mock.calls);
Debug
Known footguns
deprecatedWIP status: package is incomplete and may be broken or removed without notice.
gotchaESM-only: package does not provide CommonJS exports.
breakingNo actual functionality: all utilities are unimplemented stubs that throw errors at runtime.
deprecatedPackage has been abandoned; no updates since initial release.
Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
0 hits · last 30 days

No traffic data recorded yet.

Resources