[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:1990](https://github.com/evoluhq/evolu/blob/dd96d79f1dbe9a49fa12ce8e0aa7d3d0177795ca/packages/common/src/Task.ts#L1990)

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:1991](https://github.com/evoluhq/evolu/blob/dd96d79f1dbe9a49fa12ce8e0aa7d3d0177795ca/packages/common/src/Task.ts#L1991) |