You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
 Need help? Join us on [Slack](https://join.slack.com/t/typescripttdd/shared_invite/enQtODk3MjQwNzUwNTk2LTMzNjdlZTNmMmY3Nzg2NDNiZDA1YzJmZjk2NjcwZjQwODQ3YzE5NGZjM2Q4MzZjYWNiMWE4MGU0NjEzM2E5YzE)
12
+
 Need help? Join us
13
+
on [Slack](https://join.slack.com/t/typescripttdd/shared_invite/enQtODk3MjQwNzUwNTk2LTMzNjdlZTNmMmY3Nzg2NDNiZDA1YzJmZjk2NjcwZjQwODQ3YzE5NGZjM2Q4MzZjYWNiMWE4MGU0NjEzM2E5YzE)
14
+
15
+
# :warning: This repository is now archived and no longer maintained for new features development :warning:
16
+
17
+
A few years ago we've created this project with the idea in mind that typescript transformers would be easier
18
+
to
19
+
configure.
20
+
21
+
Unfortunately the typescript team has no intention to improve the developer experience. You can see more information at
22
+
this [link](https://github.com/Microsoft/TypeScript/issues/14419).
23
+
24
+
We believe that archiving the repository is the best decision to inform who is currently using it and who
25
+
find it for the first time.
26
+
27
+
We will keep fixing bugs and vulnerability.
28
+
29
+
Other reasons why this library might not be for you:
30
+
31
+
- Typescript transformers works only when using the tsc typescript compiler. If you are using esbuild or swc you will
32
+
not
33
+
be able to use this library.
34
+
- Test double are a double-edge sword. They have to be used carefully and at the right time. Increasing the number of
35
+
test doubles could decrease the value of your tests. The amount of configuration required by this library might not
36
+
justify the amount of test doubles that your application requires.
12
37
13
-
A TypeScript transformer that will allow you to create mocks for any types (interfaces, classes, etc.) without the need to create manual fakes/mocks.
38
+
A TypeScript transformer that will allow you to create mocks for any types (interfaces, classes, etc.) without the need
0 commit comments