@djodjonx/wiredi
    Preparing search index...

    Function resetContainerProvider

    • Resets the global provider (primarily for testing)

      ⚠️ WARNING: Do not use in production, only for testing purposes

      Returns void

      // In a test file
      beforeEach(() => {
      resetContainerProvider()
      useContainerProvider(new TsyringeProvider({ container, Lifecycle }))
      })