David Gonzalez
David Gonzalez
I have solved it by calling the function `opcache_reset();` periodically Temporary solution: 1. Call `opcache_invalidate()` in the proper script file. 2. Catch the error and call the function as a...
https://github.com/PrestaShop/paymentexample
https://user-images.githubusercontent.com/194784/214708923-629daa2f-c552-4289-8507-c3a4b55c4396.mov
Before, `description_short` was a `sentence` and `description` was also a `sentence`. It is expected that the `description` should be larger than the `description_short`.
I think this should be labeled as `bug`.
PR ready =)
Skip all after first failure Before:  After:  I run test with `--runInBand` 1. Define a custom Environment: `jest-environment-fail-fast.js` ```js const ParentEnvironment = require('jest-environment-node') // or require('jest-environment-jsdom') // or...
My solution to skip rest tests after first failure https://github.com/facebook/jest/issues/6527#issuecomment-760092817 
``` └─┬ vite-plugin-vue-inspector 5.2.0 └── ✕ unmet peer vite@"^3.0.0-0 || ^4.0.0-0 || ^5.0.0-0": found 6.3.5 ```
I see that for some people the first parameter of the `execute` method, `delay` param, is unexpected. So I have added an example to make it more visible that `exacuteNow`...