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(() => {
navigator.doNotTrack = null;
window.crypto = null;
});