@comet-cli/decorator-tests
TypeScript icon, indicating that this package has built-in type declarations

0.1.2 • Public • Published

@comet-cli/decorator-tests

This package contains the implementation of a test decorator for comet. It will infer parameter values and create test case models.

Usage

import TestsDecorator from '@comet-cli/decorator-tests';

async function main() {
  const model = {} // Your API specification meta-model
  const decorator = new TestsDecorator();
  await decorator.execute(model);
}

Dependencies (1)

Dev Dependencies (2)

Package Sidebar

Install

npm i @comet-cli/decorator-tests

Weekly Downloads

1

Version

0.1.2

License

MIT

Unpacked Size

41.8 kB

Total Files

29

Last publish

Collaborators

  • chiiya