Skip to content
This repository has been archived by the owner on Sep 29, 2023. It is now read-only.

Commit

Permalink
[WIP] Fix vue-jest with dart-sass
Browse files Browse the repository at this point in the history
  • Loading branch information
omega-takai committed Apr 29, 2020
1 parent 414afde commit 49fe0b6
Show file tree
Hide file tree
Showing 2 changed files with 1,035 additions and 1,531 deletions.
6 changes: 6 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
module.exports = {
// testEnvironment: 'node',
// globals: {
// 'vue-jest': {
// experimentalCSSCompile: true,
// },
// },
moduleNameMapper: {
'^@/(.*)$': '<rootDir>/src/$1',
'^~/(.*)$': '<rootDir>/src/$1',
Expand Down
Loading

0 comments on commit 49fe0b6

Please sign in to comment.