API reference › @evolu/common › Task › testAbortReason
const testAbortReason: {
type: "TestAbortReason";
};
Defined in: packages/common/src/Task.ts:1991
Shared abort reason for tests that need a non-production abort reason.
Type Declaration
| Name | Type | Default value | Defined in |
|---|---|---|---|
type | "TestAbortReason" | "TestAbortReason" | packages/common/src/Task.ts:1992 |