Skip to content
Avatar
🍺
on a roll
🍺
on a roll

Sponsors

@filiphric
@jpita
@willklein
@samelawrence

Highlights

Block or Report

Block or report bahmutov

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories

  1. Chrome DevTools code snippets

    JavaScript 1.8k 208

  2. Starts server, waits for URL, then runs test command; when the tests end, shuts down server

    JavaScript 1.3k 83

  3. GitHub Action for install npm dependencies with caching without any configuration

    JavaScript 569 49

  4. Tests if module's dependencies can be updated to latest version

    JavaScript 553 27

  5. Instant web applications restored from ServiceWorker cache

    JavaScript 326 10

  6. Source code for blog post Journey from procedural to reactive JavaScript with stops

    JavaScript 324 25

4,743 contributions in the last year

Sep Oct Nov Dec Jan Feb Mar Apr May Jun Jul Aug Mon Wed Fri

Contribution activity

September 2022

Created 1 repository
Reviewed 1 pull request in 1 repository
bahmutov/cypress-if 1 pull request

Created an issue in bahmutov/cypress-if that received 1 comment

Do not skip finally

it.only('yields the IF subject', () => { cy.wrap(1) .if('equal', 1) .then(() => 101) .else() .then(() => -1) .finally() .should('equal', 101) }) Sk…

1 comment

Seeing something unexpected? Take a look at the GitHub profile guide.