@beakerstack/test-utils
v0.0.1
Published
Testing utilities for BeakerStack-based projects
Readme
@beakerstack/test-utils
Testing utilities for BeakerStack-based projects.
Installation
npm install --save-dev @beakerstack/test-utilsUsage
import { wait, testId } from '@beakerstack/test-utils';
await wait(100);
const id = testId('user'); // "user-a1b2c3d4"License
MIT © Artificer Innovations, LLC
