UNPKG

@ogre-tools/test-utils

Version:

A collection of test-utils for Ogre-tools.

20 lines (12 loc) 315 B
# Test utils for Ogre Tools A collection of test-utils for Ogre-tools. ## Usage ``` $ npm install @ogre-tools/test-utils ... import { getPromiseStatus } from '@ogre-tools/test-utils'; ``` ## Features Check available functions from [index.js](index.js). ## Documentation Check unit tests for documentation.