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 e894bf9 commit 8bbe850Copy full SHA for 8bbe850
README.md
@@ -31,12 +31,12 @@ Example repositories testing Vue components with jest and jest-vue:
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
+### Supported script languages
35
36
-- **typescript** (lang="ts", lang="typescript")
37
-- **coffeescript** (lang="coffee")
+- **typescript** (`lang="ts"`, `lang="typescript"`)
+- **coffeescript** (`lang="coffee"`)
38
39
-## Supported template languages
+### Supported template languages
40
41
-- **pug** (lang="pug")
42
-- **jade** (lang="jade", lang="jade")
+- **pug** (`lang="pug"`)
+- **jade** (`lang="jade"`)
0 commit comments