Skip to content

Commit d158812

Browse files
committed
docs(ui): update documentation
1 parent 77bfaba commit d158812

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

ui/src/views/installation.mdx

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,13 @@ you need to have `ttypescript` installed to patch and enable the TypeScript-runt
6868
```json
6969
...
7070
"jest": {
71-
"globals": {
72-
"ts-jest": {
73-
"compiler": "ttypescript"
74-
}
71+
"transform": {
72+
"^.+\\.tsx?$": [
73+
"ts-jest",
74+
{
75+
"compiler": "ttypescript"
76+
}
77+
]
7578
}
7679
}
7780
...

0 commit comments

Comments
 (0)