UNPKG

@push.rocks/tapbundle

Version:

A comprehensive testing automation library that provides a wide range of utilities and tools for TAP (Test Anything Protocol) based testing, especially suitable for projects using tapbuffer.

6 lines (5 loc) 223 B
export { tap } from './tapbundle.classes.tap.js'; export { TapWrap } from './tapbundle.classes.tapwrap.js'; export { webhelpers } from './webhelpers.js'; import { expect } from '@push.rocks/smartexpect'; export { expect };