Giter Club home page Giter Club logo

didomi's Introduction

Getting Started with Create React App

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode on http://localhost:3000

npm run test:unit

Runs the unit tests

npm run test:e2e

Runs the e2e test in Cypress

Follow up

With more time there's a few things I'd like to address:

  • There's an Error: AggregateError message that sometimes appears when running the unit tests.
  • There's a known issue when using MSW (Mock Service Worker) with Jest - https://mswjs.io/docs/migrations/1.x-to-2.x/#requestresponsetextencoder-is-not-defined-jest.The fix suggested in their docs didn't work for me. I also tried solutions discussed here: mswjs/msw#1916, but nothing worked so I just used Jest to mock the response I needed.
  • When running the e2e test, Cypress re-enables MSW when switching routes. In the actual app when I perform the POST operation I'm adding the new consent to an existing array and then that updated array is returned on the subsequent GET request. That's why I'm able to see the new consent I've added on the /consents page. But when running the e2e test that doesnt work because re-enabling MSW removes the new item added to the array. So I've had to mock that GET request sperately just for the test. I guess this wouldn't be an issue in reality because the logic for the POST operation would actually live on the server.

didomi's People

Contributors

amymc avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.