wintondeshong / AndcultureCode.JavaScript.Testing

Commonly used actors for automated testing javascript applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Commonly used actors for automated testing javascript applications

License:MIT License


Languages

Language:TypeScript 95.6%Language:JavaScript 4.4%