-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ffeb5ba
commit 533f0fb
Showing
79 changed files
with
455 additions
and
205 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,5 +9,5 @@ The message of the latest commit. | |
**Signature:** | ||
|
||
```typescript | ||
Message: string | undefined; | ||
Message?: string; | ||
``` |
6 changes: 3 additions & 3 deletions
6
...test-utils.commitinformation.gitorigin.md → ...fa-test-utils.commitinformation.origin.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [@siteimprove/alfa-test-utils](./alfa-test-utils.md) > [CommitInformation](./alfa-test-utils.commitinformation.md) > [GitOrigin](./alfa-test-utils.commitinformation.gitorigin.md) | ||
[Home](./index.md) > [@siteimprove/alfa-test-utils](./alfa-test-utils.md) > [CommitInformation](./alfa-test-utils.commitinformation.md) > [Origin](./alfa-test-utils.commitinformation.origin.md) | ||
|
||
## CommitInformation.GitOrigin property | ||
## CommitInformation.Origin property | ||
|
||
The origin's URL. This may vary depending on whether the repository was cloned using `http` or `ssh` protocol. | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
GitOrigin: string | undefined; | ||
Origin?: string; | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -63,6 +63,7 @@ Description | |
|
||
</td><td> | ||
|
||
Global structure of a version control metadata. | ||
|
||
|
||
</td></tr> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [@siteimprove/alfa-test-utils](./alfa-test-utils.md) > [Rules](./alfa-test-utils.rules.md) > [ARIAFilter](./alfa-test-utils.rules.ariafilter.md) | ||
|
||
## Rules.ARIAFilter variable | ||
|
||
Filter matching the rules that check for ARIA conformance | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
ARIAFilter: Predicate<Flattened.Rule> | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [@siteimprove/alfa-test-utils](./alfa-test-utils.md) > [Rules](./alfa-test-utils.rules.md) > [bestPracticesFilter](./alfa-test-utils.rules.bestpracticesfilter.md) | ||
|
||
## Rules.bestPracticesFilter variable | ||
|
||
Filter matching Best Practice rules. | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
bestPracticesFilter: Predicate<Flattened.Rule> | ||
``` |
Oops, something went wrong.