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

Update ignore files for DateTimeFormat tests #282

Merged
merged 3 commits into from
Apr 30, 2024
Merged

Commits on Apr 30, 2024

  1. chore: Update ignore files for DateTimeFormat tests

    In temporal-test262-runner we'd like to run the DateTimeFormat tests by
    default. This polyfill won't pass most of them until we migrate some more
    commits.
    ptomato committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    13d675a View commit details
    Browse the repository at this point in the history
  2. chore: Remove test262-harness dependency

    This test262.sh script isn't used anymore. Test262 tests are run using
    temporal-test262-runner, so we don't need to have test262-harness as a
    dependency.
    ptomato committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    e715150 View commit details
    Browse the repository at this point in the history
  3. chore: Run 'npm audit' to update packages with security vulnerabilities

    This is so that GitHub won't send me mail every week about this.
    ptomato committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    6fa8009 View commit details
    Browse the repository at this point in the history