Skip to content
View LeMark0's full-sized avatar
🦖
🦖

Block or report LeMark0

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned Loading

  1. order-book-client order-book-client Public

    TypeScript

  2. PageContextFactory is a helper desig... PageContextFactory is a helper designed to reduce boilerplate when creating React contexts. It allows you to easily create contexts for pages, enabling the sharing of state and logic across the component tree.
    1
    import { renderHook } from '@testing-library/react-hooks'
    2
    import { createPageContext } from './PageContextFactory.tsx'
    3
    
                  
    4
    describe('createPageContext', () => {
    5
      it('should create context and provide access to the state', () => {
  3. browser-extension-example browser-extension-example Public

    TypeScript 18 7