Problem with my test

Hi guys,

recently updated my Angular to version 19. Got the warning message that @import in SCSS is deprecated and that I should use @use instead. Which I did and the project is running okay, but the unit tests are completely broken because of that.

We have variables file that is created dynamically always before running any command so I know it’s there but now everywhere I have “@use ‘variables’ as *” giving me back the error that I’ve attached here

Hi guys,

recently updated my Angular to version 19. Got the warning message that @import in SCSS is deprecated and that I should use @use instead. Which I did and the project is running okay, but the unit tests are completely broken because of that.

We have variables file that is created dynamically always before running any command so I know it’s there but now everywhere I have “@use ‘variables’ as *” giving me back the error that I’ve attached here