Changed PollingController to be a mixin so it can be used with both V1 and V2 controllers #3988
Annotations
2 errors and 10 warnings
|
|
packages/approval-controller/src/ApprovalController.test.ts#L725
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
packages/approval-controller/src/ApprovalController.test.ts#L731
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
packages/approval-controller/src/ApprovalController.test.ts#L739
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
packages/approval-controller/src/ApprovalController.test.ts#L745
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
packages/approval-controller/src/ApprovalController.test.ts#L751
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
packages/approval-controller/src/ApprovalController.test.ts#L757
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
packages/approval-controller/src/ApprovalController.test.ts#L765
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
packages/approval-controller/src/ApprovalController.test.ts#L773
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
packages/approval-controller/src/ApprovalController.test.ts#L786
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
packages/approval-controller/src/ApprovalController.test.ts#L804
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
The logs for this run have expired and are no longer available.
Loading