[API reference](https://evolu.dev/docs/api-reference) › [@evolu/common](https://evolu.dev/docs/api-reference/common) › [Task](https://evolu.dev/docs/api-reference/common/Task) › testAbortReason

```ts
const testAbortReason: {
  type: "TestAbortReason";
};
```

Defined in: [packages/common/src/Task.ts:1991](https://github.com/evoluhq/evolu/blob/037c390af081e9944d616ff298a729515c5c5ab7/packages/common/src/Task.ts#L1991)

Shared abort reason for tests that need a non-production abort reason.

## Type Declaration

| Name                              | Type                | Default value       | Defined in                                                                                                                                           |
| --------------------------------- | ------------------- | ------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- |
| <a id="property-type"></a> `type` | `"TestAbortReason"` | `"TestAbortReason"` | [packages/common/src/Task.ts:1992](https://github.com/evoluhq/evolu/blob/037c390af081e9944d616ff298a729515c5c5ab7/packages/common/src/Task.ts#L1992) |