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

chore: normalize test config #643

Merged
merged 4 commits into from
Aug 21, 2023
Merged

Commits on Aug 21, 2023

  1. chore: normalize test config

    This change does the following:
    
    1. Upgrade `ava`.
    2. Rename all test file extensions to `.spec.js`.
    3. Relocate all Ava config into the `package.json` of each workspace.
    4. Change some commented-out tests to skipped tests.
    5. BONUS: Config to run all tests via e.g., `npm exec ava` from the workspace root
    boneskull committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    72674c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    258b27f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2dbc8a9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    96c905b View commit details
    Browse the repository at this point in the history