Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Unit tests for library #156

Merged
merged 54 commits into from
Mar 17, 2023
Merged

Commits on Mar 15, 2023

  1. Configuration menu
    Copy the full SHA
    6e13e39 View commit details
    Browse the repository at this point in the history
  2. add jest dependencies

    hmuurine committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    5b135fb View commit details
    Browse the repository at this point in the history
  3. add jest config

    hmuurine committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    af00134 View commit details
    Browse the repository at this point in the history
  4. add Config unit tests

    hmuurine committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    44ac084 View commit details
    Browse the repository at this point in the history
  5. add AFKController unit tests

    hmuurine committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    1f171fb View commit details
    Browse the repository at this point in the history
  6. mock video codecs list

    hmuurine committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    63f664b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2001877 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1b156a1 View commit details
    Browse the repository at this point in the history
  9. mock WebSocket

    hmuurine committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    948f4a8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5a6800d View commit details
    Browse the repository at this point in the history
  11. unit test for disconnect

    hmuurine committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    5223a38 View commit details
    Browse the repository at this point in the history
  12. unit tests for reconnect

    hmuurine committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    1c72ef1 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    bfae6e3 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c974a8a View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    3979503 View commit details
    Browse the repository at this point in the history
  16. test webRtcConnected event

    hmuurine committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    1d643c2 View commit details
    Browse the repository at this point in the history
  17. test RTCPeerConnect close

    hmuurine committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    7aed7b4 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    da57fe9 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    d0841e9 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    4856f77 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    535c1e3 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    95a78b5 View commit details
    Browse the repository at this point in the history
  23. mock addIceCandidate

    hmuurine committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    c488c1e View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    7c364ee View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    b6ce995 View commit details
    Browse the repository at this point in the history
  26. test for statistics

    hmuurine committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    6d7b1a4 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    80c062b View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    9f73b2d View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    7b25fce View commit details
    Browse the repository at this point in the history
  30. let -> const

    hmuurine committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    fa2e5b4 View commit details
    Browse the repository at this point in the history
  31. mock RTCTrackEvent

    hmuurine committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    6669f62 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    bf4cd72 View commit details
    Browse the repository at this point in the history
  33. mock video element play()

    hmuurine committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    7c2706b View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    17e4353 View commit details
    Browse the repository at this point in the history
  35. mock video readyState

    hmuurine committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    877c584 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    d0f2203 View commit details
    Browse the repository at this point in the history
  37. test emitCommand

    hmuurine committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    6c9e7cb View commit details
    Browse the repository at this point in the history
  38. test emitUIInteraction

    hmuurine committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    df0be34 View commit details
    Browse the repository at this point in the history
  39. test emitConsoleCommand

    hmuurine committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    4bb0316 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    50eda2c View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    a2e5e74 View commit details
    Browse the repository at this point in the history
  42. test dataChannelClose event

    hmuurine committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    376aa0e View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    d13c7cb View commit details
    Browse the repository at this point in the history
  44. mock datachannel onmessage

    hmuurine committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    a5b903b View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    a42904c View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    eff46b0 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

  1. Configuration menu
    Copy the full SHA
    064275d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    57c58b2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4a69f21 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    05f5742 View commit details
    Browse the repository at this point in the history
  5. Revert "break one of the tests to test the GH action"

    This reverts commit 05f5742.
    hmuurine committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    5801e41 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7a26f2f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e0b6eeb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a1c9f46 View commit details
    Browse the repository at this point in the history