Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

rsm-hcd/AndcultureCode.JavaScript.Testing

Repository files navigation

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):


Winton DeShong

💻

Brandon Scott

💻 ⚠️

Ivan Sosnin

💻 ⚠️

Joshua Hughes

👀

Jim Stevenson

👀

Dylan Justice

👀

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