Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Tom Mrazauskas <tom@mrazauskas.de>
  • Loading branch information
SimenB and mrazauskas committed Dec 31, 2022
1 parent 0b55335 commit bf6d28f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/

import formatTestResults from '../formatTestResults';
import type {AggregatedResult} from '../types';
import type {AggregatedResult, AssertionResult} from '../types';

describe('formatTestResults', () => {
const assertion = {
Expand Down Expand Up @@ -36,7 +36,7 @@ describe('formatTestResults', () => {
fullName: 'Pending test',
status: 'pending',
title: 'is still pending',
};
} as AssertionResult;

const skippedResults = {
testResults: [
Expand Down

0 comments on commit bf6d28f

Please sign in to comment.