After each test, I would like to reset the document.body since I am adding some classes on document.body. I was under the impression that react testing library would reset it after each test, but it seems that it is reusing the document since classes added in the previous test are still visible in the next test when using debug.