Skip to content
://alxndr.blog — Alexander's blog
home
tags
about
search
posts tagged: code
3 posts
2024-11-20
mocking in Vitest: how to conditionally modify a mocked imported function's behavior
#howto
#javascript
#code
#testing
#vitest
2024-10-09
Cypress component testing with Svelte v5 (and SvelteKit)
#howto
#javascript
#code
#testing
#cypress
#svelte
2024-07-18
Setting up SvelteKit to use SQLite and prerender a static site to be hosted on GitLab Pages
#howto
#javascript
#code