Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* setup jest 3, removed roblox-jest, ported tests in modules/react to jest 3 * port react-cache & react-devtools-extensions tests + some react-devtools-shared tests * port ReactDevtoolsShared tests and introduce setupFiles for individual projects * port react-reconciler tests (except one) * port shared tests * port scheduler tests * port roact-compat tests * fix: toggle fakeTimers individually in react suspense internal * port react-test-renderer tests * port react-shallow-renderer tests * react-roblox tests * port react-roblox client tests * chore: stylua * fix static analysis * fix tests in release mode * fix: ModuleScript could not be converted to string * fix: update tests action * fix: use model.rbxm instead of model.rbxmx * Revert waitForEvents removal * add mock scheduler flag to deferred tests action * fix: no waitforevents? * re-enable waitForEvents() again and increase max re-entrance depth * fix: do not update snapshot, enable CI flag * fix: max reentrancy depth to 65 * fix: delete obsolete snapshot * fix: added missing parameters to code-coverage.yml * fix code-coverage.yml * fix: re-enable commented out test * refactor: removed unnecessary workaround * fix: uncomment test definition in order not to comment out beforeEach * fix: removed increased test timeouts * fix: proper comment on testSetupFile * fix: unskip test suite, reenable fake timers in devtools-integration test * fix: remove compat_warnings flag from tests in release mode
- Loading branch information