Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jest-community/jest-junit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v12.2.0
Choose a base ref
...
head repository: jest-community/jest-junit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v13.0.0
Choose a head ref
  • 19 commits
  • 10 files changed
  • 6 contributors

Commits on Dec 10, 2020

  1. Replace <rootDir> prior to path.join().

    This allows outputDirectory to be formatted like <rootDir>/../some/dir. In that case, path.join() assumes the .. cancels out the <rootDir>, which seems entirely reasonable. Unfortunately, it means the final value is some/dir, and that ends up rooted at process.cwd(), which doesn't always match <rootDir>.
    
    Handling the <rootDir> replacement first allevaites this problem.
    Michael Johns committed Dec 10, 2020
    Configuration menu
    Copy the full SHA
    5a96643 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2021

  1. Configuration menu
    Copy the full SHA
    8aab1d5 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2021

  1. Configuration menu
    Copy the full SHA
    e189f2d View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2021

  1. Merge pull request #179 from D4N14L/fixDisplayName

    Fix displayName usage in templates
    palmerj3 authored Sep 10, 2021
    Configuration menu
    Copy the full SHA
    8e5f72b View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2021

  1. v12.3.0

    palmerj3 committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    7568d08 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    46ab4a4 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2021

  1. Configuration menu
    Copy the full SHA
    77e5b64 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    475c84f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c054549 View commit details
    Browse the repository at this point in the history
  4. chore: use Jest 27 (#186)

    SimenB authored Sep 29, 2021
    Configuration menu
    Copy the full SHA
    506df22 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2021

  1. Fix CG by updating strip-ansi from 5.2.0 to 6.0.1

    Detail:
    Component and governance pipeline detect security vulnerability alert about ansi-regex(v4.1.0).
    To update ansi-regex to v5.0.1, I update strip-ansi to v6.0.1
    KeYu committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    8f43cd0 View commit details
    Browse the repository at this point in the history
  2. Update package.json

    SimenB authored Sep 30, 2021
    Configuration menu
    Copy the full SHA
    2b6c131 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #188 from KeYu-dev/fixcg-ansi-regex

    Fix CG by updating strip-ansi from 5.2.0 to 6.0.1
    palmerj3 authored Sep 30, 2021
    Configuration menu
    Copy the full SHA
    46bc2c9 View commit details
    Browse the repository at this point in the history
  4. Replace <rootDir> prior to path.join().

    This allows outputDirectory to be formatted like <rootDir>/../some/dir. In that case, path.join() assumes the .. cancels out the <rootDir>, which seems entirely reasonable. Unfortunately, it means the final value is some/dir, and that ends up rooted at process.cwd(), which doesn't always match <rootDir>.
    
    Handling the <rootDir> replacement first allevaites this problem.
    Michael Johns committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    c5ca7c8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1b5af37 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2021

  1. v13.0.0

    palmerj3 committed Oct 4, 2021
    Configuration menu
    Copy the full SHA
    ba1a2ac View commit details
    Browse the repository at this point in the history
  2. Merge pull request #154 from arabull/rootDir

    Replace <rootDir> prior to path.join()
    palmerj3 authored Oct 4, 2021
    Configuration menu
    Copy the full SHA
    017af76 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #160 from sginter/noStackTrace

    Add noStackTrace config setting to omit stack traces from the reports
    palmerj3 authored Oct 4, 2021
    Configuration menu
    Copy the full SHA
    6a84a3e View commit details
    Browse the repository at this point in the history
  4. Merge pull request #189 from palmerj3/v13

    v13.0.0
    palmerj3 authored Oct 4, 2021
    Configuration menu
    Copy the full SHA
    76bba08 View commit details
    Browse the repository at this point in the history
Loading