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

Replace mocha with jest #470

Merged
merged 6 commits into from Oct 7, 2021
Merged

Replace mocha with jest #470

merged 6 commits into from Oct 7, 2021

Commits on Sep 26, 2021

  1. Replace mocha with jest

    valscion committed Sep 26, 2021
    Copy the full SHA
    d00475d View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    8a66513 View commit details
    Browse the repository at this point in the history
  3. Move chai setup to each test file

    This allows us moving to Jest built-in matchers one test file at a time
    valscion committed Sep 26, 2021
    Copy the full SHA
    47d59f9 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    a2a20ba View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2021

  1. Copy the full SHA
    ce49c24 View commit details
    Browse the repository at this point in the history
  2. Use spawn instead of exec

    valscion committed Oct 7, 2021
    Copy the full SHA
    55f3478 View commit details
    Browse the repository at this point in the history