This repository was archived by the owner on May 8, 2025. It is now read-only.
This repository was archived by the owner on May 8, 2025. It is now read-only.
[Bug Report] Vuetify cli plugin breaks mocha tests #101
Closed
Description
Environment
Vuetify Version: 2.0.3
Vue Version: 2.6.10
Browsers: Chrome 75.0.3770.100
OS: Mac OS 10.14.5
Steps to reproduce
Run yarn test:unit
Project was generated using
vue create vuetify-create-test
cd vuetify-create-test/
vue add vuetify
Vue create options
Customized to add mocha tests:
Defaults are selected for every other option
Expected Behavior
Tests will run
Actual Behavior
Tests break with sass compilation issue:
WEBPACK Failed to compile with 4 error(s)
Error in ./node_modules/vuetify/src/components/VGrid/VGrid.sass
Module build failed (from ./node_modules/sass-loader/lib/loader.js):
Expected ";".
╷
1 │ @import './settings/_index'
│ ^
╵
Users/james/workspace/vuetify-create-test/node_modules/vuetify/src/styles/styles.sass 1:28 @import
stdin 1:9 root stylesheet
in http:/localhost/Users/james/workspace/vuetify-create-test/node_modules/vuetify/src/styles/styles.sass (line 1, column 28)
Error in ./node_modules/vuetify/src/components/VGrid/_grid.sass
Module build failed (from ./node_modules/sass-loader/lib/loader.js):
Expected ";".
╷
1 │ @import './settings/_index'
│ ^
╵
Users/james/workspace/vuetify-create-test/node_modules/vuetify/src/styles/styles.sass 1:28 @import
stdin 1:9 root stylesheet
in http:/localhost/Users/james/workspace/vuetify-create-test/node_modules/vuetify/src/styles/styles.sass (line 1, column 28)
Error in ./node_modules/vuetify/src/components/VImg/VImg.sass
Module build failed (from ./node_modules/sass-loader/lib/loader.js):
Expected ";".
╷
1 │ @import './settings/_index'
│ ^
╵
Users/james/workspace/vuetify-create-test/node_modules/vuetify/src/styles/styles.sass 1:28 @import
stdin 1:9 root stylesheet
in http:/localhost/Users/james/workspace/vuetify-create-test/node_modules/vuetify/src/styles/styles.sass (line 1, column 28)
Error in ./node_modules/vuetify/src/components/VResponsive/VResponsive.sass
Module build failed (from ./node_modules/sass-loader/lib/loader.js):
Expected ";".
╷
1 │ @import './settings/_index'
│ ^
╵
Users/james/workspace/vuetify-create-test/node_modules/vuetify/src/styles/styles.sass 1:28 @import
stdin 1:9 root stylesheet
in http:/localhost/Users/james/workspace/vuetify-create-test/node_modules/vuetify/src/styles/styles.sass (line 1, column 28)
Reproduction Link
Metadata
Metadata
Assignees
Labels
No labels