Closed theecrit closed 3 years ago
✔️ Deploy Preview for woeip ready!
🔨 Explore the source changes: baf6d53667e3315730f211798376e71e436fbdda
🔍 Inspect the deploy log: https://app.netlify.com/sites/woeip/deploys/61709756d442ea00085a5917
😎 Browse the preview: https://deploy-preview-378--woeip.netlify.app/
Covered by #379; closing.
Checklist
[x] Add description
[x] Reference the open issue that the pull request addresses
[ ] Pass code quality checks
docker-compose up -d --build
docker-compose exec api /bin/bash
make validate
ctrl/command+D
orexit
docker-compose exec web /bin/sh
npm run test
ornpx jest
npm run lint:fix
[ ] Request code review
[ ] Address comments on code and resolve requested changes
[ ] Merge own code
Description
Issue #246: Adds basic About content to site
I ran
npm make test
but they all failed. Seems to beCannot find module 'msw' from 'src/serverHandlers.js'
in every file. No idea how to troubleshoot this one!