The page loader is a library and utility that can download pages over the network and save them to the local disk. The emphasis in the project is on its testing. Because of the abundance of side effects, you will have to work properly with their suppression, stubs/mocks and possible errors here.
- Clone git repo:
git clone git@github.com:Abra19/frontend-testing-react-project-67.git
- Install package:
make install
- Link:
make link
- Run utility:
make run
Node.js >= 16