Skip to content

Commit

Permalink
Merge branch 'main' into 1593-sia-r111-and-sia-r113-improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
rcj-siteimprove committed Apr 9, 2024
2 parents d2a8422 + ffcacbc commit e0b57fd
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .changeset/stale-nails-poke.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@siteimprove/alfa-act": patch
---

**Added:** `Ouctome` can now be produced with a `Mode.Manual`.

This is intended to merge manual testing results into Alfa ones seamlessly.
2 changes: 2 additions & 0 deletions docs/review/api/alfa-act.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,8 @@ export namespace Outcome {
// (undocumented)
Automatic = "automatic",
// (undocumented)
Manual = "manual",
// (undocumented)
SemiAuto = "semiAuto"
}
const // (undocumented)
Expand Down
1 change: 1 addition & 0 deletions packages/alfa-act/src/outcome.ts
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ export namespace Outcome {
export enum Mode {
Automatic = "automatic",
SemiAuto = "semiAuto",
Manual = "manual",
}

export interface JSON<V extends Value = Value> {
Expand Down

0 comments on commit e0b57fd

Please sign in to comment.