Skip to content

Commit 8de361f

Browse files
fix references list bullet of jest migration post (#120)
1 parent 62b4767 commit 8de361f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

content/posts/2024/05/06/migration-from-karma-jasmine-to-jest/post.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,6 @@ In Backbase, we use Nx Angular schematics to generate our applications. The step
134134

135135
## References
136136

137-
**transformIgnorePatterns**: [Troubleshooting | jest-preset-angular](https://thymikee.github.io/jest-preset-angular/docs/guides/troubleshooting/#unexpected-token-importexportother)
137+
- [transformIgnorePatterns Troubleshooting | jest-preset-angular](https://thymikee.github.io/jest-preset-angular/docs/guides/troubleshooting/#unexpected-token-importexportother)
138138

139-
[@nx/jest](https://nx.dev/nx-api/jest)
139+
- [@nx/jest](https://nx.dev/nx-api/jest)

routes.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
/2023/11/21/a-new-chapter-exploring-azure-resources
2020
/2023/12/13/angular-micro-frontends
2121
/2024/05/01/liquibase-as-an-init-container
22+
/2024/05/06/migration-from-karma-jasmine-to-jest
23+
/2024/05/06/working-with-testcontainers
2224
/principles/innersource
2325
/principles/software-engineering
24-
/unpublished/working-with-test-containers
25-
/unpublished/migration-from-karma-jasmine-to-jest
2626
/category/tech-life
2727
/category/devops
2828
/category/backend

0 commit comments

Comments
 (0)