● Test suite failed to run
TypeError: Cannot read property 'getAttribute' of undefined
8 | return name.replace(/[A-Z]/g, m => "-" + m.toLowerCase());
9 | };
> 10 | public mainBlackTextColor = new CSSGlobalVariables({ normalize: this.camelToHyphens }).mainBlackText;
| ^
11 | public mainWhiteTextColor = new CSSGlobalVariables({ normalize: this.camelToHyphens }).mainWhiteText;
12 |
13 | public getRandId(): string {
we have added css-global-variables to transformIgnorePatterns like we do for other libraries but it fail :/
we have added css-global-variables to transformIgnorePatterns like we do for other libraries but it fail :/