Skip to content
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
@JamesMcMahon

Description

@JamesMcMahon

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:

Screen Shot 2019-07-30 at 2 47 45 PM

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

https://github.com/JamesMcMahon/vuetify-create-issues

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions