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
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 --devFrom there you can import the variety of modules.
import {
AxiosResponseFactory,
MockAxios,
} from "andculturecode-javascript-testing";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 💻 ⚠️ |
This project follows the all-contributors specification. Contributions of any kind welcome!