This package has been deprecated

Author message:

Use @endo/ses-ava

@agoric/ses-ava

0.1.1 • Public • Published

ses-ava

SES-Ava can wrap Ava test functions such that errors are reported to the console in full detail. This compensates for how SES, with full error taming, only reveals stack traces to debugging tools.

To use this module, create an Ava module wrapper in your target project.

import { test as avaTest } from 'ava';
import { wrapTest } from 'ses-ava';

export const test = wrapTest(avaTest);

Then, import your test wrapper instead of Ava in your tests.

SES-Ava rhymes with Nineveh.

Readme

Keywords

none

Package Sidebar

Install

npm i @agoric/ses-ava

Weekly Downloads

125

Version

0.1.1

License

Apache-2.0

Unpacked Size

11.7 MB

Total Files

11

Last publish

Collaborators

  • gibson042
  • mhofman
  • samsiegart
  • jimlarson
  • agoricbot
  • warner
  • erights
  • michaelfig
  • kriskowal