1.2.0 • Published 2 years ago

@chialab/ginsenghino v1.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@chialab/ginsenghino

NPM

Chai-based assertion library and testing utilities for JavaScript modules and apps.

It includes:

Get the library

Usage via unpkg.com as ES6 module:

import { expect, spy } from 'https://unpkg.com/@chialab/ginsenghino?module';

Install via NPM:

$ npm i -D @chialab/ginsenghino
$ yarn add -D @chialab/ginsenghino
import { expect, spy } from '@chialab/ginsenghino';

Development

Build status codecov

Build the project

Install the dependencies and run the build script:

$ yarn install
$ yarn build

This will generate the the ESM bundles in the dist folder, as well as the declaration files.

Test the project

Run the test script:

$ yarn test

License

Ginsenghino is released under the MIT license.