-
### **Glycolysis**
- **Accuracy**: The model correctly represents glycolysis occurring in the cytoplasm, where each glucose molecule is converted into two pyruvate molecules, yielding a net gain of…
-
Currently, we use Enzyme as our testing framework.
As Enzyme died by now, we need to move to a state-of-the-art testing framework.
-
### Proposal Date
2023-05-31
### Target Ticket Acceptance Date
2023-06-16
### Earliest Open edX Named Release Without This Functionality
Quince - 2023-10
### Rationale
Enzyme was largely the to…
-
Ditch enzyme in favor of React Testing Library.
https://testing-library.com/docs/react-testing-library/migrate-from-enzyme
-
Unit: Jest & Enzyme
Integration: React-Testing-Library Or Jest & Enzyme
E2E: Cypress
-
I think it's a great idea to add Cypress testing to our component library
Look into cypress unit testing: https://docs.cypress.io/examples/examples/recipes.html#Unit-Testing
-
Redo test suite (enzyme has been deprecated, [migration from enzyme to testing-library](https://testing-library.com/docs/react-testing-library/migrate-from-enzyme/)
eldu updated
9 months ago
-
**Description:**
We are currently using React with Emotion UI and we have some tests that still use Enzyme. We have currently the following versions:
```
"@emotion/react": "11.5.0",
"@emotion/…
-
⚠️ Since we rely on `@wordpress/element` to export `createRoot` -- this issue can not be fixed until WP 6.2 is the last version we support (unless we try both methods) ⚠️
In WP 6.2 we get React `1…
-
I finally manage to fix all the dependencies to React 17.0.2 so we should be ok with waiting a couple of weeks before upgrading to react 18.
In order to upgrade to React 18 we need to get rid of Enzy…