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

Add frontend testing, require node 12 #15315

Merged
merged 5 commits into from
Apr 8, 2021
Merged

Add frontend testing, require node 12 #15315

merged 5 commits into from
Apr 8, 2021

Commits on Apr 6, 2021

  1. Add frontend testing, require node 12

    - Add basic frontend unit testing infrastructure using jest in ESM mode
    - Rename 'make test' to 'make test-backend'
    - Introduce 'make test-frontend' and 'make test' that runs both
    - Bump Node.js requirement to v12. v10 will be EOL in less than a month.
    - Convert all build-related JS files to ESM.
    
    I opted to run frontend tests run as part of the compliance pipeline because
    they complete fast and are not platform-specific like the golang tests.
    silverwind committed Apr 6, 2021
    Configuration menu
    Copy the full SHA
    83726e6 View commit details
    Browse the repository at this point in the history
  2. config tweaks

    silverwind committed Apr 6, 2021
    Configuration menu
    Copy the full SHA
    c28944f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8281e6f View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2021

  1. Update docs/config.yaml

    silverwind committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    46879b0 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into jest

    6543 committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    f4c8121 View commit details
    Browse the repository at this point in the history