Skip to content

Instantly share code, notes, and snippets.

@marta-pinkowska
Created September 26, 2022 13:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save marta-pinkowska/749641d0b87b15cf6fdb994770ff6fee to your computer and use it in GitHub Desktop.
Save marta-pinkowska/749641d0b87b15cf6fdb994770ff6fee to your computer and use it in GitHub Desktop.
src
└───tools
| └───jest
│ │ commonMswHandlers.js
│ │ server.js
| | setupTests.js
└───featureA
│ │ FeatureA.js
| |
| └───__tests__
│ │ FeatureA.test.js
│ │
│ └───msw
│ │ mswHandlers.js
└───featureB
│ │ FeatureB.js
| |
| └───__tests__
│ │ FeatureB.test.js
│ │
│ └───msw
│ │ mswHandlers.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment