Fix tests and convert to RTL (#23474)

This commit is contained in:
Michael Telatynski
2022-10-13 09:22:34 +01:00
committed by GitHub
parent aa6b1d128a
commit 172f2f3993
13 changed files with 194 additions and 302 deletions
+2 -2
View File
@@ -26,10 +26,10 @@ describe('getVectorConfig()', () => {
const now = 1234567890;
const specificConfig = {
brand: 'specific',
}
};
const generalConfig = {
brand: 'general',
}
};
beforeEach(() => {
document.domain = elementDomain;