Skip to content

Commit

Permalink
Whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
ockham committed Feb 25, 2022
1 parent 5c4884f commit 97a7b1c
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -118,6 +118,7 @@ test("reporter returns empty string if GITHUB_ACTIONS isn't set", () => {
testReporter.onRunComplete(new Set(), aggregatedResults);
expect(results.join('').replace(/\\/g, '/')).toMatchSnapshot();
});

test('reporter extracts the correct filename, line, and column', () => {
process.env.GITHUB_ACTIONS = true;

Expand Down

0 comments on commit 97a7b1c

Please sign in to comment.