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

refactor: tidied existing mocha test scripts in package.json and added a test-ts script #10864

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Apr 30, 2024

  1. Pulled a common mocha config out of the test and test-fast scripts in…

    …to a .mocharc-compiled.yaml file
    RohanTalip committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    0316e29 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    80d06d0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    76a8912 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bba6385 View commit details
    Browse the repository at this point in the history
  5. Improved the start-up time for test-ts (which uses ts-node) by settin…

    …g transpileOnly to true
    RohanTalip committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    f1883c5 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. Updated .mocharc.yaml to uncomment the timeout and set it to 10 minut…

    …es to allow for debugging tests in a debugger
    RohanTalip committed May 1, 2024
    Configuration menu
    Copy the full SHA
    98dd33f View commit details
    Browse the repository at this point in the history