Skip to content

Commit

Permalink
Fix RESULT_TYPES_FULL_SET element (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
ttsukagoshi committed Nov 19, 2022
1 parent ee1a292 commit dc6a74c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ export const DEFAULT_CONFIG: ConfigValue = {
export const RESULT_TYPES_FULL_SET = [
// Full set of the values that resultTypes in ConfigValue can take
'violations',
'passes',
'incomplete',
'inapplicable',
'passes',
];
export const CONFIG_FILE_PATH = 'axe-scan.config.json';
Expand Down

0 comments on commit dc6a74c

Please sign in to comment.