federico-ntr / axios-issue-5026-demo

Demonstration of axios#5026 issue with jest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Axios jest issue #5026 demonstration

This repo has been created to demonstrate an issue with jest documented here.

Steps to reproduce

Note that the steps below assume you have node and yarn installed on your system.

Clone this repo and run

yarn # Install deps

Now that dependencies have been installed run

CI=true yarn test #CI=true is to avoid executing tests in watch mode

Note that this way of passing environment variables to a command doesn't work on Windows, at least outside of WSL.

About

Demonstration of axios#5026 issue with jest


Languages

Language:JavaScript 41.5%Language:HTML 38.0%Language:CSS 20.5%