Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Prev Previous commit
Next Next commit
Revert "Apply suggestions from code review"
This reverts commit bf6d28f.
  • Loading branch information
SimenB committed Dec 31, 2022
commit 9e1e23ad8a4f6b01f03f6a48a800c77d92e7a871
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/

import formatTestResults from '../formatTestResults';
import type {AggregatedResult, AssertionResult} from '../types';
import type {AggregatedResult} 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