Skip to content

Enable `assumeImmutableResults` in `ee/app/assets/javascripts/test_case_list/test_case_list_bundle.js`

  • Set assumeImmutableResults to true in the Apollo provider that's instantiated in ee/app/assets/javascripts/test_case_list/test_case_list_bundle.js
  • Verify that the app is working properly.
  • If needed, update the implementation so that the app works with immutable objects (e.g. leverage immer for cache mutations).
Edited by Natalia Tepluhina