0.1.0 • Published 1 year ago

@seal-labs/sealjs v0.1.0

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

SealJS CLI

Unit Tests Generation Tool

SealJS is a tool that does runtime analysis on your Node.js program. Then it generates testcases based on it.

Seal your Node.js code and be saved from quality regressions. Learn more about SealJS on sealjs.com.

How to install

Install the CLI tool:

npm i -D @seal-labs/sealjs

How to use

With the CLI tool you can do initial static analysis and tests generation.

Static analysis:

npx @seal-labs/sealjs analyze dir/file.js

Generate tests for the file:

npx @seal-labs/sealjs generate dir/file.js

For more information on how to use it visit: https://sealjs.com/docs/