0.2.1 • Published 3 years ago

andculturecode-javascript-testing v0.2.1

Weekly downloads
105
License
ISC
Repository
github
Last release
3 years ago

AndcultureCode.JavaScript.Testing

Build Status codecov All Contributors

Commonly used actors for automated testing javascript applications

Getting started

This package is installed via npm or yarn

# npm
npm install --save-dev andculturecode-javascript-testing

# yarn
yarn add andculturecode-javascript-testing --dev

From there you can import the variety of modules.

import {
    AxiosResponseFactory,
    MockAxios,
} from "andculturecode-javascript-testing";

Documentation

Full API documentation

Contributing

Information on contributing to this repo is in the Contributing Guide

Contributors ✨

Thanks goes to these wonderful people (emoji key):

This project follows the all-contributors specification. Contributions of any kind welcome!

0.2.1

3 years ago

0.2.0

3 years ago

0.1.0

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago