Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
forsti0506 committed Feb 22, 2021
1 parent be161d3 commit 80c7d99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/a11y-sitechecker.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ describe('a11y-sitechecker-bin', function () {
const commander = { json: true, config: './tests/config.json' };
const config = setupConfig(commander);
config.threshold = 1000;
config.axeConfig.locale = 'de';
if (config.axeConfig) config.axeConfig.locale = 'de';
const axeConfig = setupAxeConfig(config);

entry(config, axeConfig, 'www.forsti.eu').then(
Expand Down

0 comments on commit 80c7d99

Please sign in to comment.