Skip to content

Commit bf6d28f

Browse files
SimenBmrazauskas
andauthored
Apply suggestions from code review
Co-authored-by: Tom Mrazauskas <tom@mrazauskas.de>
1 parent 0b55335 commit bf6d28f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/jest-test-result/src/__tests__/formatTestResults.test.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*/
77

88
import formatTestResults from '../formatTestResults';
9-
import type {AggregatedResult} from '../types';
9+
import type {AggregatedResult, AssertionResult} from '../types';
1010

1111
describe('formatTestResults', () => {
1212
const assertion = {
@@ -36,7 +36,7 @@ describe('formatTestResults', () => {
3636
fullName: 'Pending test',
3737
status: 'pending',
3838
title: 'is still pending',
39-
};
39+
} as AssertionResult;
4040

4141
const skippedResults = {
4242
testResults: [

0 commit comments

Comments
 (0)