A testing library for the UT framework, providing utilities for unit and integration testing. The current stable version is 6.1.17, with infrequent releases. It is designed primarily for use within the UT ecosystem, differentiating itself by tight integration with UT's module system and conventions. Not intended for general-purpose testing outside of UT projects.
npm install ut-testVerified import paths — ran on the pinned version, not inferred.
Shows basic test structure using describe, test, and expect from ut-test.
Use import syntax instead of require.
Only use in Node.js environment.
Use newFunction instead.
Run npm install ut-test and use correct import syntax.
Switch to import statements.
No dependency data recorded yet.