We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9c9a2d commit 3f65646Copy full SHA for 3f65646
README.md
@@ -81,4 +81,24 @@ vue-jest compiles the script and template of SFCs into a JavaScript file that Je
81
}
82
83
84
- ```
+ ```
85
+
86
+ ## CSS options
87
88
+`experimentalCSSCompile`: `Boolean` Default true. Turn off CSS compilation
89
+`hideStyleWarn`: `Boolean` Default false. Hide warnings about CSS compilation
90
+`resources`:
91
92
+```js
93
+ // package.json
94
+ {
95
+ "jest": {
96
+ "globals": {
97
+ "vue-jest": {
98
+ "hideStyleWarn": true,
99
+ "experimentalCSSCompile": true
100
+ }
101
102
103
104
0 commit comments