Open
Description
Version
4.5.12
Reproduction link
https://github.com/lambertkevin/vue-cli-mocha-bug
Environment info
Environment Info:
System:
OS: macOS 11.2.3
CPU: (12) x64 Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz
Binaries:
Node: 12.18.4 - /usr/local/bin/node
Yarn: 1.22.10 - /usr/local/bin/yarn
npm: 6.14.6 - /usr/local/bin/npm
Browsers:
Chrome: 89.0.4389.128
Edge: Not Found
Firefox: 87.0
Safari: 14.0.3
npmPackages:
@vue/babel-helper-vue-jsx-merge-props: 1.2.1
@vue/babel-helper-vue-transform-on: 1.0.2
@vue/babel-plugin-jsx: 1.0.5
@vue/babel-plugin-transform-vue-jsx: 1.2.1
@vue/babel-preset-app: 4.5.12
@vue/babel-preset-jsx: 1.2.4
@vue/babel-sugar-composition-api-inject-h: 1.2.1
@vue/babel-sugar-composition-api-render-instance: 1.2.4
@vue/babel-sugar-functional-vue: 1.2.2
@vue/babel-sugar-inject-h: 1.2.2
@vue/babel-sugar-v-model: 1.2.3
@vue/babel-sugar-v-on: 1.2.3
@vue/cli-overlay: 4.5.12
@vue/cli-plugin-babel: ~4.5.0 => 4.5.12
@vue/cli-plugin-e2e-cypress: ~4.5.0 => 4.5.12
@vue/cli-plugin-eslint: ~4.5.0 => 4.5.12
@vue/cli-plugin-router: ~4.5.0 => 4.5.12
@vue/cli-plugin-unit-mocha: ~4.5.0 => 4.5.12
@vue/cli-plugin-vuex: ~4.5.0 => 4.5.12
@vue/cli-service: ~4.5.0 => 4.5.12
@vue/cli-shared-utils: 4.5.12
@vue/compiler-core: 3.0.11
@vue/compiler-dom: 3.0.11
@vue/compiler-sfc: ^3.0.0 => 3.0.11
@vue/compiler-ssr: 3.0.11
@vue/component-compiler-utils: 3.2.0
@vue/eslint-config-prettier: ^6.0.0 => 6.0.0
@vue/preload-webpack-plugin: 1.1.2
@vue/reactivity: 3.0.11
@vue/runtime-core: 3.0.11
@vue/runtime-dom: 3.0.11
@vue/shared: 3.0.11
@vue/test-utils: ^2.0.0-0 => 2.0.0-rc.6
@vue/web-component-wrapper: 1.3.0
eslint-plugin-vue: ^7.0.0 => 7.9.0
vue: ^3.0.0 => 3.0.11
vue-eslint-parser: 7.6.0
vue-hot-reload-api: 2.3.4
vue-loader: 15.9.6 (16.2.0)
vue-router: ^4.0.0-0 => 4.0.6
vue-style-loader: 4.1.3
vue-template-es2015-compiler: 1.9.1
vuex: ^4.0.0-0 => 4.0.0
npmGlobalPackages:
@vue/cli: 4.5.12
Steps to reproduce
1- Add an includePaths
in the sassOptions
of a vue.config.js
file.
2- In your style, @import
/@use
a file that should be accessible through the includePaths
option in any file that will be tested with mocha (i.e. HelloWorld.vue in the vue boilerplate).
3- npm run test:unit
What is expected?
It should be able to @import
/@use
any sass/scss file from the includePaths
options.
What is actually happening?
Tests won't pass because of importing issues.
Syntax Error: SassError: Can't find stylesheet to import.