JSPM

andculturecode-javascript-testing

0.2.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 26
  • Score
    100M100P100Q87824F
  • License ISC

Commonly used actors for automated testing javascript applications

Package Exports

  • andculturecode-javascript-testing
  • andculturecode-javascript-testing/dist/mocks/axios

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (andculturecode-javascript-testing) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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

👀

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