Skip to content

Commit 97a7b1c

Browse files
committed
Whitespace
1 parent 5c4884f commit 97a7b1c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/jest-reporters/src/__tests__/GithubActionsReporter.test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ test("reporter returns empty string if GITHUB_ACTIONS isn't set", () => {
118118
testReporter.onRunComplete(new Set(), aggregatedResults);
119119
expect(results.join('').replace(/\\/g, '/')).toMatchSnapshot();
120120
});
121+
121122
test('reporter extracts the correct filename, line, and column', () => {
122123
process.env.GITHUB_ACTIONS = true;
123124

0 commit comments

Comments
 (0)