An open API service indexing awesome lists of open source software.

https://github.com/dmshvetsov/js-n-jest-sandbox

Personal sandbox to create one-file experiments in JavaScript and test it with Jest
https://github.com/dmshvetsov/js-n-jest-sandbox

Last synced: 26 days ago
JSON representation

Personal sandbox to create one-file experiments in JavaScript and test it with Jest

Awesome Lists containing this project

README

        

# JS and Jest sandbox

Prepared folder for running and testing one-file JavaScript files with [Jest](https://jestjs.io/).

## Usage

Prepare:

$ npm run setup

Create some files with `.js` extension and Jest tests inside and run:

$ npm test

## Author

Dmitry Shvetsov