You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
APT-697 - fix tests for react-testing-library (#62)
* use robloxdev-cli for scripts
* upgrade foreman tools
* fix some bizarre subtleties of asynchronicity
* remove more no-op promise wrappers
* Simplify and dodge some issues with promise API details; needs further consideration
* upgrade a number of relevant dependencies
* fix lint
* stylua lint
* appease a few luau lints
* unfocus test
* fix string matching
* Introduce targeted wait to insure full cleanup
* a whole bunch of CI touchup
* clean up bad job definition
* one more try, was still referring to redundant job
* revert some misguided changes to the async wrapping and unmount logic
* introduce workaround to fix hanging tests
* Fix some type issues
* For now, point to the in-progress DTL changes
* fix a skipped test (which was broken) to try to bump coverage
* for now, lowering coverage gate. act-compat sees little coverage because we don't actually have to worry about old React 16.x versions floating around
* update dependency
* Run tests with mock scheduler on and off for added validation
* Add short-circuited real delay for use within test logic
0 commit comments