wtho

Results 76 comments of wtho

Does the same setup work in Angular v11 with same jest/ts-jest/jest-preset-angular versions?

@ahnpnl do you know why this importing is a problem? Is it related to ts-jest, jest or node?

In the root README of the linked repository the owner recommends another project, maybe we should consider both. [Referenced project](https://github.com/ngneat/spectator).

@r-kernberger I see. We currently have other features in focus, but we are always open to PRs. I think key for success of this integration is that the interface of...

@ahnpnl Isn't swc's plugin system kind of an AST transformer interface? https://swc.rs/docs/usage/plugins Would still require quite some work to connect the current transformers though.

Yeah! Let's add a test with enums in the example app!

**In last force push:** * Added a test with `enum` and `const enum` and added the babel plugin for const enums to ensure the preset can deal with this TS...

In the newest push I added some opiniated changes, so feel free to correct it wherever it looks seldom. **Proposal: Folder Structure with babel & ts-jest** ``` . ├── README.md...

I think the different compilation output is a minor design decision. All the plugins are created by different people, even the "official" babel ones, and babel and typescript clearly do...

Now it is definitely ready for review, although I do not feel good about the test mode detection. Maybe you have a better idea? Also with [this test](https://github.com/wtho/jest-preset-angular/blob/feat/babel-jest-angular/example/src/app/calc/calc.component.spec.ts#L25-L55) that behaves...