Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(matchers): fix broken matchers (jest and jasmine)
Matchers were broken by typescript upgrade: As of TypeScript 5.5, the compiler no longer emits triple-slash directives to the output files by default. However, there is a way to preserve these directives in specific cases: Use `preserve="true"` attribute in your triple-slash directive.
- Loading branch information