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
Currently we need to disable Safari/Firefox caching locally for code coverage tests to work consistently. We added connect-nocache but browsers still need adjustments to work. Another option is to try testem's solution: killTheCache middleware. This issue tracks those, and potentially other (cough query string cache busting cough), experiments.
The text was updated successfully, but these errors were encountered:
Currently we need to disable Safari/Firefox caching locally for code coverage tests to work consistently. We added
connect-nocache
but browsers still need adjustments to work. Another option is to trytestem
's solution:killTheCache
middleware. This issue tracks those, and potentially other (cough query string cache busting cough), experiments.The text was updated successfully, but these errors were encountered: