Skip to content

Commit e894bf9

Browse files
committed
docs: add supported langs section to README
1 parent bd02557 commit e894bf9

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,17 @@ Example repositories testing Vue components with jest and jest-vue:
2626

2727
- [Avoriaz with Jest](https://github.com/eddyerburgh/avoriaz-jest-example)
2828
- [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

Comments
 (0)