DEV Community

shyam mittapally
shyam mittapally

Posted on

ng test is failing after upgraded to angular 15

Hi All,

I am getting below error while running "ng test" after upgrading to angaulr 15

./src/styles/app.scss?ngGlobalStyle - Error: Module build failed (from ./node_modules/@angular-devkit/build-angular/node_modules/mini-css-extract-plugin/dist/loader.js):
HookWebpackError: Module build failed (from ./node_modules/@angular-devkit/build-angular/node_modules/sass-loader/dist/cjs.js):
SassError: Can't find stylesheet to import.

1 │ @import "../../styles/variables";
│ ^^^^^^^^^^^^^^^^^^^^^^^^

src/styles/components/buttons/_mixins.scss 1:9 @import
src/styles/components/buttons/_buttons.scss 2:9 @import
src/styles/components/_components.scss 6:9 @import
src/styles/app.scss 5:9 root stylesheet

Top comments (0)