feat: normalizing loading behavior on calculate #3173
Annotations
3 errors
|
Run npm run build:ci
Process completed with exit code 2.
|
|
Run npm run build:ci:
src/components/Payroll/PayrollConfiguration/PayrollConfigurationPresentation.test.tsx#L156
Type '{ onBack: Mock<Procedure>; employeeCompensations: EmployeeCompensations[]; employeeDetails: Employee[]; payPeriod: PayrollPayPeriodType; onCalculatePayroll: Mock<Procedure>; onEdit: Mock<Procedure>; }' is not assignable to type 'IntrinsicAttributes & PayrollConfigurationPresentationProps'.
|
|
Run npm run build:ci:
src/components/Payroll/PayrollConfiguration/PayrollConfiguration.stories.tsx#L109
Type '{ employeeCompensations: { excluded: false; paymentMethod: "Direct Deposit"; memo: null; fixedCompensations: never[]; hourlyCompensations: { flsaStatus: string; name: string; jobUuid: string; amount: string; compensationMultiplier: number; hours: string; }[]; employeeUuid: string; version: string; paidTimeOff: { name: string; hours: string; }[]; grossPay: number; netPay: number; checkAmount: number; }[]; employeeDetails: { uuid: string; firstName: string; lastName: string; email: string; companyUuid: string; managerUuid: null; version: string; currentEmploymentStatus: "full_time"; onboardingStatus: "onboarding_completed"; preferredFirstName: null; departmentUuid: string; employeeCode: string; paymentMethod: "Direct Deposit"; department: string; terminated: false; twoPercentShareholder: false; onboarded: true; historical: false; hasSsn: true; onboardingDocumentsConfig: { uuid: null; i9Document: false; }; jobs: { uuid: string; version: string; employeeUuid: string; currentCompensationUuid: string; paymentUnit: string; primary: true; twoPercentShareholder: false; stateWcCovered: null; stateWcClassCode: null; title: string; compensations: { uuid: string; employeeUuid: string; version: string; paymentUnit: "Hour"; flsaStatus: "Nonexempt"; adjustForMinimumWage: false; minimumWages: never[]; jobUuid: string; effectiveDate: string; rate: string; }[]; rate: string; hireDate: string; }[]; eligiblePaidTimeOff: never[]; terminations: never[]; garnishments: never[]; dateOfBirth: string; ssn: string; phone: null; workEmail: null; }[]; payPeriod: { startDate: string; endDate: string; payScheduleUuid: string; }; onBack: (event?: any) => void; onCalculatePayroll: (event?: any) => void; onEdit: (event?: any) => void; }' is not assignable to type 'IntrinsicAttributes & PayrollConfigurationPresentationProps'.
|
Loading