/AndcultureCode.JavaScript.Testing

Commonly used actors for automated testing javascript applications

Primary LanguageTypeScriptMIT LicenseMIT

AndcultureCode.JavaScript.Testing

Build Status codecov

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