Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/add unit testing framework and start writing unit tests (acceptance tests) #708

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on Jul 31, 2022

  1. Configuration menu
    Copy the full SHA
    4608c1c View commit details
    Browse the repository at this point in the history
  2. wrap loose code for initMutationObserver() in function and call it in…

    …stead of just executing it
    
    Otherwise this code is executed everytime state.js is imported somewhere in a file.
    This leads to not being able to test properly, since state.js is imported in a lot
    of the src files and fails when running the tests since we are missing global environment
    settings such as document, window etc in the jest environment.
    leonbubova committed Jul 31, 2022
    Configuration menu
    Copy the full SHA
    e5e149f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    610f904 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2022

  1. Configuration menu
    Copy the full SHA
    34551ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ef1b75 View commit details
    Browse the repository at this point in the history