1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-30 02:21:17 +03:00

remove superflous dnt clear

This commit is contained in:
James Salter
2021-07-21 16:10:06 +01:00
parent 53b6749f73
commit 6737cfd297

View File

@ -42,7 +42,6 @@ describe("PosthogAnalytics", () => {
}); });
afterEach(() => { afterEach(() => {
navigator.doNotTrack = null;
window.crypto = null; window.crypto = null;
}); });