Skip to content
://alxndr.blog — Alexander's blog
home
tags
about
search
posts tagged: javascript
10 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
2023-04-14
framework-less CLI TDD with NPM* OMG LOL
#javascript
#NodeJS
#testing
#CLI
2022-10-27
npm ci with legacy-peer-deps is a thing
#javascript
#npm
#continuous integration
2022-04-22
how to run React on top of Ruby-on-Rails
#javascript
#howto
#dontdo
#Ruby on Rails
2017-11-10
logging meta tags
#javascript
2017-08-07
hapi — unset a cookie
#notes to self
#documentation
#javascript
#HapiJS
2017-01-18
eslint — Cannot read property 'value' of undefined
#eslint
#javascript
#linting
#notes to self
2014-08-16
RequireJS 'invalid require call' error
#requirejs
#javascript