1.2.0 • Published 3 years ago
@chialab/ginsenghino v1.2.0
@chialab/ginsenghino
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/ginsenghinoimport { expect, spy } from '@chialab/ginsenghino';Development
Build the project
Install the dependencies and run the build script:
$ yarn install
$ yarn buildThis will generate the the ESM bundles in the dist folder, as well as the declaration files.
Test the project
Run the test script:
$ yarn testLicense
Ginsenghino is released under the MIT license.