We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd02557 commit e894bf9Copy full SHA for e894bf9
README.md
@@ -26,3 +26,17 @@ Example repositories testing Vue components with jest and jest-vue:
26
27
- [Avoriaz with Jest](https://github.com/eddyerburgh/avoriaz-jest-example)
28
- [Vue Test Utils with Jest](https://github.com/eddyerburgh/vue-test-utils-jest-example)
29
+
30
+## Supported langs
31
32
+jest-vue compiles the script and template of SFCs into a JavaScript file that Jest can run. **It does not currently compile the style section**.
33
34
+## Supported script languages
35
36
+- **typescript** (lang="ts", lang="typescript")
37
+- **coffeescript** (lang="coffee")
38
39
+## Supported template languages
40
41
+- **pug** (lang="pug")
42
+- **jade** (lang="jade", lang="jade")
0 commit comments